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.
-
-
-
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.
-
-