CertPathBuilderException
.
It contains an adjacency list with information regarding the unsuccessful
paths that the SunCertPathBuilder tried.
CertPathBuilderException
Modifier and Type | Field and Description |
---|---|
private transient AdjacencyList | |
private static final long |
Access | Constructor and Description |
---|---|
public | SunCertPathBuilderException()
Constructs a |
public | SunCertPathBuilderException(String
the detail message msg)Constructs a |
public | SunCertPathBuilderException(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.)
root cause.Constructs a |
public | SunCertPathBuilderException(String
the detail message msg, Throwable the cause cause)Creates a |
pack-priv | SunCertPathBuilderException(String
the detail message msg, AdjacencyList the adjacency list adjList)Creates a |
pack-priv | SunCertPathBuilderException(String
the detail message msg, Throwable the throwable that occurred cause, AdjacencyList Adjacency list adjList)Creates a |
Modifier and Type | Method and Description |
---|---|
public AdjacencyList | Returns: the adjacency list containing information about the buildReturns the adjacency list containing information about the build. |
adjList | back to summary |
---|---|
private transient AdjacencyList adjList |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
SunCertPathBuilderException | back to summary |
---|---|
public SunCertPathBuilderException() Constructs a |
SunCertPathBuilderException | back to summary |
---|---|
public SunCertPathBuilderException(String msg) Constructs a
|
SunCertPathBuilderException | back to summary |
---|---|
public SunCertPathBuilderException(Throwable cause) Constructs a
|
SunCertPathBuilderException | back to summary |
---|---|
public SunCertPathBuilderException(String msg, Throwable cause) Creates a |
SunCertPathBuilderException | back to summary |
---|---|
pack-priv SunCertPathBuilderException(String msg, AdjacencyList adjList) Creates a
|
SunCertPathBuilderException | back to summary |
---|---|
pack-priv SunCertPathBuilderException(String msg, Throwable cause, AdjacencyList adjList) Creates a
|
getAdjacencyList | back to summary |
---|---|
public AdjacencyList getAdjacencyList() Returns the adjacency list containing information about the build.
|