public class SignatureException extends GeneralSecurityException
| Constructor and Description |
|---|
SignatureException()
Create an instance with no descriptive error message.
|
SignatureException(String msg)
Create an instance with a descriptive error message.
|
SignatureException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
SignatureException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SignatureException()
public SignatureException(String msg)
msg - the messagepublic SignatureException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic SignatureException(Throwable cause)
cause - the cause