SignatureExceptionpublic class SignatureException extends GeneralSecurityException This is the generic Signature exception. |
Constructors Summary |
---|
public SignatureException()Constructs a SignatureException with no detail message. A
detail message is a String that describes this particular
exception.
super();
| public SignatureException(String msg)Constructs a SignatureException with the specified detail
message. A detail message is a String that describes this
particular exception.
super(msg);
|
|