java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.security.GeneralSecurityException | ||||
↳ | java.security.cert.CertificateException | ||||
↳ | java.security.cert.CertificateParsingException |
The exception that is thrown when a Certificate
can not be parsed.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
CertificateParsingException with the specified
message. | |||||||||||
Creates a new
CertificateParsingException . | |||||||||||
Creates a new
CertificateParsingException with the specified
message and cause. | |||||||||||
Creates a new
CertificateParsingException with the specified
cause. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a new CertificateParsingException
with the specified
message.
msg | the detail message for the exception. |
---|
Creates a new CertificateParsingException
.
Creates a new CertificateParsingException
with the specified
message and cause.
message | the detail message for the exception. |
---|---|
cause | the exception's source. |
Creates a new CertificateParsingException
with the specified
cause.
cause | the exception's source. |
---|