public class GeneralSecurityException extends Exception
GeneralSecurityException
is a general security exception and the
superclass for all security specific exceptions.Constructor and Description |
---|
GeneralSecurityException()
Constructs a new instance of
GeneralSecurityException . |
GeneralSecurityException(String msg)
Constructs a new instance of
GeneralSecurityException with the
given message. |
GeneralSecurityException(String message,
Throwable cause)
Constructs a new instance of
GeneralSecurityException with the
given message and the cause. |
GeneralSecurityException(Throwable cause)
Constructs a new instance of
GeneralSecurityException with the
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeneralSecurityException(String msg)
GeneralSecurityException
with the
given message.msg
- the detail message for this exception.public GeneralSecurityException()
GeneralSecurityException
.public GeneralSecurityException(String message, Throwable cause)
GeneralSecurityException
with the
given message and the cause.message
- the detail message for this exception.cause
- the exception which is the cause for this exception.public GeneralSecurityException(Throwable cause)
GeneralSecurityException
with the
cause.cause
- the exception which is the cause for this exception.