java.security.cert

Class CRLException

public class CRLException extends GeneralSecurityException

Exception for a Certificate Revocation List.

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.

Constructor Detail

CRLException

public CRLException()
Constructs an CRLExceptionwithout a message string.

CRLException

public CRLException(String msg)
Constructs an CRLException with a message string.

Parameters: msg a message to display with exception

CRLException

public CRLException(String s, Throwable cause)
Create a new instance with a descriptive error message and a cause.

Parameters: s the descriptive error message cause the cause

Since: 1.5

CRLException

public CRLException(Throwable cause)
Create a new instance with a cause.

Parameters: cause the cause

Since: 1.5