public class CRLException extends GeneralSecurityException
| Constructor and Description |
|---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CRLException()
public CRLException(String msg)
msg - a message to display with exceptionpublic CRLException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic CRLException(Throwable cause)
cause - the cause