Package netscape.security.x509
Class X509ExtensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- netscape.security.x509.X509ExtensionException
-
- All Implemented Interfaces:
java.io.Serializable
public class X509ExtensionException extends java.security.GeneralSecurityException
X.509 Extension Exception.- Author:
- Hemma Prafullchandra 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description X509ExtensionException()
Constructs an X509ExtensionException with no detail message.X509ExtensionException(java.lang.String message)
Constructs the exception with the specified detail message.
-
-
-
Constructor Detail
-
X509ExtensionException
public X509ExtensionException()
Constructs an X509ExtensionException with no detail message. A detail message is a String that describes this particular exception.
-
X509ExtensionException
public X509ExtensionException(java.lang.String message)
Constructs the exception with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
message
- the detail message.
-
-