Constructors Summary |
---|
public CertPathBuilderException(String msg, Throwable cause)Creates a new {@code CertPathBuilderException} with the specified message
and cause.
super(msg, cause);
|
public CertPathBuilderException(Throwable cause)Creates a new {@code CertPathBuilderException} with the specified cause.
super(cause);
|
public CertPathBuilderException(String msg)Creates a new {@code CertPathBuilderException} with the specified
message.
super(msg);
|
public CertPathBuilderException()Creates a new {@code CertPathBuilderException}.
|