public class CertPathBuilderException extends GeneralSecurityException
CertPathBuilder method fails.| Constructor and Description |
|---|
CertPathBuilderException()
Creates a new
CertPathBuilderException. |
CertPathBuilderException(String msg)
Creates a new
CertPathBuilderException with the specified
message. |
CertPathBuilderException(String msg,
Throwable cause)
Creates a new
CertPathBuilderException with the specified message
and cause. |
CertPathBuilderException(Throwable cause)
Creates a new
CertPathBuilderException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertPathBuilderException(String msg, Throwable cause)
CertPathBuilderException with the specified message
and cause.msg - the detail message for the exceptioncause - why the building of the certification path failed.public CertPathBuilderException(Throwable cause)
CertPathBuilderException with the specified cause.cause - why the building of the certification path failed.public CertPathBuilderException(String msg)
CertPathBuilderException with the specified
message.msg - the detail message for the exception.public CertPathBuilderException()
CertPathBuilderException.