Class GeneralNamesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.mozilla.jss.netscape.security.x509.GeneralNamesException
- All Implemented Interfaces:
Serializable
Generic General Names Exception.
- Version:
- 1.4
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a GeneralNamesException with no detail message.GeneralNamesException
(String message) Constructs the exception with the specified error message.GeneralNamesException
(String mesg, Throwable cause) Constructs the exception with the specified error message and cause.GeneralNamesException
(Throwable cause) Constructs the exception with the specified cause. -
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
-
GeneralNamesException
public GeneralNamesException()Constructs a GeneralNamesException with no detail message. -
GeneralNamesException
Constructs the exception with the specified error message.- Parameters:
message
- the requisite error message.
-
GeneralNamesException
Constructs the exception with the specified error message and cause.- Parameters:
mesg
- the requisite error message.cause
- the requisite cause of this error.
-
GeneralNamesException
Constructs the exception with the specified cause.- Parameters:
cause
- the requisite cause of this error.
-