public class GeneralNamesException
extends java.security.GeneralSecurityException
| Constructor and 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.
|
public GeneralNamesException()
public GeneralNamesException(java.lang.String message)
message - the requisite error message.public GeneralNamesException(java.lang.String mesg,
java.lang.Throwable cause)
mesg - the requisite error message.cause - the requisite cause of this error.public GeneralNamesException(java.lang.Throwable cause)
cause - the requisite cause of this error.