Class X509ExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.mozilla.jss.netscape.security.x509.X509ExtensionException
- All Implemented Interfaces:
Serializable
X.509 Extension Exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an X509ExtensionException with no detail message.X509ExtensionException
(String mesg) Constructs the exception with the specified detail message.X509ExtensionException
(String mesg, Throwable cause) Constructs the exception with the specified detail message and cause of this exception.X509ExtensionException
(Throwable cause) Constructs the exception with the specified cause of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
X509ExtensionException
public X509ExtensionException()Constructs an X509ExtensionException with no detail message. A detail message is a String that describes this particular exception. -
X509ExtensionException
Constructs the exception with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
mesg
- the detail message.
-
X509ExtensionException
Constructs the exception with the specified detail message and cause of this exception. A detail message is a String that describes this particular exception.- Parameters:
mesg
- the detail message.cause
- the cause of this exception.
-
X509ExtensionException
Constructs the exception with the specified cause of this exception.- Parameters:
cause
- the cause of this exception.
-