public class CRLException extends GeneralSecurityException
CRL
s.Constructor and Description |
---|
CRLException()
Creates a new
CRLException . |
CRLException(String msg)
Creates a new
CRLException with the specified message. |
CRLException(String message,
Throwable cause)
Creates a new
CRLException with the specified message and cause. |
CRLException(Throwable cause)
Creates a new
CRLException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CRLException(String msg)
CRLException
with the specified message.msg
- the detail message for this exception.public CRLException()
CRLException
.public CRLException(String message, Throwable cause)
CRLException
with the specified message and cause.message
- the detail message for this exception.cause
- the cause for this exception.public CRLException(Throwable cause)
CRLException
with the specified cause.cause
- the cause for this exception.