Serializablepublic class ScramInvalidServerSignatureException extends ScramException
| Constructor | Description |
|---|---|
ScramInvalidServerSignatureException(String detail) |
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message.
|
ScramInvalidServerSignatureException(String detail,
Throwable ex) |
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message and a root cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCause, initCause, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ScramInvalidServerSignatureException(String detail)
detail - A String containing details about the exceptionpublic ScramInvalidServerSignatureException(String detail, Throwable ex)
detail - A String containing details about the exceptionex - The root exceptionCopyright © 2017–2018. All rights reserved.