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, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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–2019. All rights reserved.