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