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.CertPathBuilderException | |||
The exception that is thrown when a CertPathBuilder method fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
CertPathBuilderException with the specified message and cause.
|
||||||||||
|
|
Creates a new
CertPathBuilderException with the specified cause.
|
||||||||||
|
|
Creates a new
CertPathBuilderException with the specified message.
|
||||||||||
|
|
Creates a new
CertPathBuilderException.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Creates a new CertPathBuilderException with the specified message and cause.
| msg | the detail message for the exception |
|---|---|
| cause | why the building of the certification path failed. |
Creates a new CertPathBuilderException with the specified cause.
| cause | why the building of the certification path failed. |
|---|
Creates a new CertPathBuilderException with the specified message.
| msg | the detail message for the exception. |
|---|