public class SignatureException extends PKCS7Exception
m_exception| Constructor and Description |
|---|
SignatureException()
Constructs a
SignatureException with no
detail message. |
SignatureException(java.lang.String s)
Constructs a
SignatureException with the
specified detail message. |
SignatureException(java.lang.String s,
java.lang.Exception inner)
Constructs a
SignatureException with the
specified detail message that wraps an exception thrown inside
the PKCS#7 processing code. |
getCause, getInnerExceptionpublic SignatureException()
SignatureException with no
detail message.public SignatureException(java.lang.String s)
SignatureException with the
specified detail message.s - the detail messagepublic SignatureException(java.lang.String s,
java.lang.Exception inner)
SignatureException with the
specified detail message that wraps an exception thrown inside
the PKCS#7 processing code.s - the detail messageinner - the exception thrown by the inner code