public class GeneralSecurityException extends java.lang.Exception
AccessControlException and
CertificateException (which extend
SecurityException), ProviderException
(RuntimeException), and InvalidParamterException
(IllegalArgumentException).| Constructor and Description |
|---|
GeneralSecurityException()
Create a new instance with no descriptive error message.
|
GeneralSecurityException(java.lang.String msg)
Create a new instance with a descriptive error message.
|
GeneralSecurityException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
GeneralSecurityException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public GeneralSecurityException()
public GeneralSecurityException(java.lang.String msg)
msg - the descriptive error messagepublic GeneralSecurityException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic GeneralSecurityException(java.lang.Throwable cause)
cause - the cause