java.security.cert
public class CRLException extends GeneralSecurityException
Since: 1.2
UNKNOWN: updated to 1.5
Constructor Summary | |
---|---|
CRLException()
Constructs an CRLExceptionwithout a message string. | |
CRLException(String msg)
Constructs an CRLException with a message string.
| |
CRLException(String s, Throwable cause)
Create a new instance with a descriptive error message and
a cause. | |
CRLException(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