No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.security.GeneralSecurityException | ||||
↳ | java.security.cert.CertificateException | ||||
↳ | java.security.cert.CertificateEncodingException |
The exception that is thrown when an error occurs while a Certificate
is being encoded.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
CertificateEncodingException with the specified message.
|
||||||||||
|
Creates a new
CertificateEncodingException .
|
||||||||||
|
Creates a new
CertificateEncodingException with the specified message and cause.
|
||||||||||
|
Creates a new
CertificateEncodingException with the specified cause.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Creates a new CertificateEncodingException
with the specified message.
msg | The detail message for the exception. |
---|
Creates a new CertificateEncodingException
.
Creates a new CertificateEncodingException
with the specified message and cause.
message | the detail message for the exception. |
---|---|
cause | the cause. |
Creates a new CertificateEncodingException
with the specified cause.
cause | the cause. |
---|