public class X509ExtensionException
extends java.security.GeneralSecurityException
| Constructor and Description |
|---|
X509ExtensionException()
Constructs an X509ExtensionException with no detail message.
|
X509ExtensionException(java.lang.String mesg)
Constructs the exception with the specified detail
message.
|
X509ExtensionException(java.lang.String mesg,
java.lang.Throwable cause)
Constructs the exception with the specified detail
message and cause of this exception.
|
X509ExtensionException(java.lang.Throwable cause)
Constructs the exception with the specified cause of
this exception.
|
public X509ExtensionException()
public X509ExtensionException(java.lang.String mesg)
mesg - the detail message.public X509ExtensionException(java.lang.String mesg,
java.lang.Throwable cause)
mesg - the detail message.cause - the cause of this exception.public X509ExtensionException(java.lang.Throwable cause)
cause - the cause of this exception.