public class SignatureException extends GeneralSecurityException
| Constructor and Description |
|---|
SignatureException()
Create an instance with no descriptive error message.
|
SignatureException(java.lang.String msg)
Create an instance with a descriptive error message.
|
SignatureException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
SignatureException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public SignatureException()
public SignatureException(java.lang.String msg)
msg - the messagepublic SignatureException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic SignatureException(java.lang.Throwable cause)
cause - the cause