java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.security.GeneralSecurityException | |||
↳ | java.security.cert.CRLException |
The exception that is thrown if errors occur during handling of
CRL
s.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
CRLException
with the specified message.
|
||||||||||
|
Creates a new
CRLException
.
|
||||||||||
|
Creates a new
CRLException
with the specified message and cause.
|
||||||||||
|
Creates a new
CRLException
with the specified cause.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||
From class
java.lang.Object
|
Creates a new
CRLException
with the specified message.
msg | the detail message for this exception. |
---|
Creates a new
CRLException
with the specified message and cause.
message | the detail message for this exception. |
---|---|
cause | the cause for this exception. |
Creates a new
CRLException
with the specified cause.
cause | the cause for this exception. |
---|