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