public class ScramInvalidServerSignatureException extends ScramException
| Constructor and 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.
|
getCause, 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–2020. All rights reserved.