java.security
public class GeneralSecurityException extends 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(String msg)
Create a new instance with a descriptive error message.
|
GeneralSecurityException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
GeneralSecurityException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeneralSecurityException()
public GeneralSecurityException(String msg)
msg
- the descriptive error messagepublic GeneralSecurityException(String s, Throwable cause)
s
- the descriptive error messagecause
- the causepublic GeneralSecurityException(Throwable cause)
cause
- the cause