public class SignatureException extends GeneralSecurityException
SignatureException is a general Signature exception.Signature,
Serialized Form| Constructor and Description |
|---|
SignatureException()
Constructs a new instance of
SignatureException. |
SignatureException(String msg)
Constructs a new instance of
SignatureException with the
given message. |
SignatureException(String message,
Throwable cause)
Constructs a new instance of
SignatureException with the
given message and the cause. |
SignatureException(Throwable cause)
Constructs a new instance of
SignatureException with the
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SignatureException(String msg)
SignatureException with the
given message.msg - the detail message for this exception.public SignatureException()
SignatureException.public SignatureException(String message, Throwable cause)
SignatureException with the
given message and the cause.message - the detail message for this exceptioncause - the exception which is the cause for this exceptionpublic SignatureException(Throwable cause)
SignatureException with the
cause.cause - the exception which is the cause for this exception