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