CertPathBuilder
.
A CertPathBuilderException
provides support for wrapping
exceptions. The getCause
method returns the throwable,
if any, that caused this exception to be thrown.
Concurrent Access
Unless otherwise specified, the methods defined in this class are not thread-safe. Multiple threads that need to access a single object concurrently should synchronize amongst themselves and provide the necessary locking. Multiple threads each manipulating separate objects need not synchronize.
CertPathBuilder
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | CertPathBuilderException(String
the detail message msg)Creates a |
public | CertPathBuilderException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)Creates a |
public | CertPathBuilderException(String
the detail message msg, Throwable the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)Creates a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
CertPathBuilderException | back to summary |
---|---|
public CertPathBuilderException() Creates a |
CertPathBuilderException | back to summary |
---|---|
public CertPathBuilderException(String msg) Creates a
|
CertPathBuilderException | back to summary |
---|---|
public CertPathBuilderException(Throwable cause) Creates a
|
CertPathBuilderException | back to summary |
---|---|
public CertPathBuilderException(String msg, Throwable cause) Creates a
|