public class CertificationException extends ExceptionWithInnerException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
m_exception |
| Constructor and Description |
|---|
CertificationException()
Constructs a
CertificationException with the standard
detail message. |
CertificationException(java.lang.Exception inner)
Constructs a
CertificationException with the standard
detail message that wraps an exception thrown inside the certificate
validation code. |
CertificationException(java.lang.String s)
Constructs a
CertificationException with the
specified detail message. |
CertificationException(java.lang.String s,
java.lang.Exception inner)
Constructs a
CertificationException with the
specified detail message that wraps an exception thrown inside
the certificate validating code. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getInnerException()
Returns the inner exception wrapped by this exception.
|
getMessageChain, getMessageChainpublic CertificationException()
CertificationException with the standard
detail message.public CertificationException(java.lang.Exception inner)
CertificationException with the standard
detail message that wraps an exception thrown inside the certificate
validation code.inner - the exception thrown by the inner codepublic CertificationException(java.lang.String s)
CertificationException with the
specified detail message.s - the detail messagepublic CertificationException(java.lang.String s,
java.lang.Exception inner)
CertificationException 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