Class GeneralNamesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.mozilla.jss.netscape.security.x509.GeneralNamesException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeneralNamesException extends java.security.GeneralSecurityException
Generic General Names Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneralNamesException()
Constructs a GeneralNamesException with no detail message.GeneralNamesException(java.lang.String message)
Constructs the exception with the specified error message.GeneralNamesException(java.lang.String mesg, java.lang.Throwable cause)
Constructs the exception with the specified error message and cause.GeneralNamesException(java.lang.Throwable cause)
Constructs the exception with the specified cause.
-
-
-
Constructor Detail
-
GeneralNamesException
public GeneralNamesException()
Constructs a GeneralNamesException with no detail message.
-
GeneralNamesException
public GeneralNamesException(java.lang.String message)
Constructs the exception with the specified error message.- Parameters:
message
- the requisite error message.
-
GeneralNamesException
public GeneralNamesException(java.lang.String mesg, java.lang.Throwable cause)
Constructs the exception with the specified error message and cause.- Parameters:
mesg
- the requisite error message.cause
- the requisite cause of this error.
-
GeneralNamesException
public GeneralNamesException(java.lang.Throwable cause)
Constructs the exception with the specified cause.- Parameters:
cause
- the requisite cause of this error.
-
-