public class CRLException extends java.security.GeneralSecurityException
| Constructor and Description |
|---|
CRLException()
Constructs an CRLExceptionwithout a message string.
|
CRLException(java.lang.String msg)
Constructs an CRLException with a message string.
|
CRLException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
CRLException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public CRLException()
public CRLException(java.lang.String msg)
msg - a message to display with exceptionpublic CRLException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic CRLException(java.lang.Throwable cause)
cause - the cause