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