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