public class CertificationSignatureException extends CertificationException
m_exception| Constructor and Description |
|---|
CertificationSignatureException()
Constructs a
CertificationSignatureException with the
standard detail message. |
CertificationSignatureException(java.lang.Exception inner)
Constructs a
CertificationSignatureException with the standard
detail message that wraps an exception thrown inside the certificate
validation code. |
CertificationSignatureException(java.lang.String s)
Constructs a
CertificationSignatureException with the
specified detail message. |
CertificationSignatureException(java.lang.String s,
java.lang.Exception inner)
Constructs a
CertificationSignatureException with the
specified detail message that wraps an exception thrown inside
the certificate validating code. |
getInnerExceptiongetMessageChain, getMessageChainpublic CertificationSignatureException()
CertificationSignatureException with the
standard detail message.public CertificationSignatureException(java.lang.Exception inner)
CertificationSignatureException with the standard
detail message that wraps an exception thrown inside the certificate
validation code.public CertificationSignatureException(java.lang.String s)
CertificationSignatureException with the
specified detail message.s - the detail messagepublic CertificationSignatureException(java.lang.String s,
java.lang.Exception inner)
CertificationSignatureException with the
specified detail message that wraps an exception thrown inside
the certificate validating code.s - the detail messageinner - the exception thrown by the inner code