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