java.security.cert
public class CertificateException extends GeneralSecurityException
| Constructor Summary | |
|---|---|
| CertificateException()
Constructs an exception without a message string. | |
| CertificateException(String msg)
Constructs an exception with a message string.
| |
| CertificateException(String s, Throwable cause)
Create a new instance with a descriptive error message and
a cause. | |
| CertificateException(Throwable cause)
Create a new instance with a cause. | |
Parameters: msg a message to display with exception
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5