java.security
public class GeneralSecurityException extends Exception
AccessControlException
and
CertificateException
(which extend
SecurityException
), ProviderException
(RuntimeException
), and InvalidParamterException
(IllegalArgumentException
).
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
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. |
Parameters: msg the descriptive error message
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5