public class CertificationRootException extends CertificationException
This can be due to the fact that no connection to an LDAP directory exists.
m_exception| Constructor and Description |
|---|
CertificationRootException()
Constructs a
CertificationRootException with the standard
detail message. |
CertificationRootException(java.lang.Exception inner)
Constructs a
CertificationRootException with the standard
detail message that wraps an exception thrown inside the certificate
validation code. |
CertificationRootException(java.lang.String s)
Constructs a
CertificationRootException with the
specified detail message. |
CertificationRootException(java.lang.String s,
java.lang.Exception inner)
Constructs a
CertificationRootException with the
specified detail message that wraps an exception thrown inside
the certificate validating code. |
getInnerExceptiongetMessageChain, getMessageChainpublic CertificationRootException()
CertificationRootException with the standard
detail message.public CertificationRootException(java.lang.Exception inner)
CertificationRootException with the standard
detail message that wraps an exception thrown inside the certificate
validation code.public CertificationRootException(java.lang.String s)
CertificationRootException with the
specified detail message.s - the detail messagepublic CertificationRootException(java.lang.String s,
java.lang.Exception inner)
CertificationRootException 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