public class CertificateException extends GeneralSecurityException
Certificate related exceptions.| Constructor and Description |
|---|
CertificateException()
Creates a new
CertificateException. |
CertificateException(String msg)
Creates a new
CertificateException with the specified message. |
CertificateException(String message,
Throwable cause)
Creates a new
CertificateException with the specified message and
cause. |
CertificateException(Throwable cause)
Creates a new
CertificateException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateException(String msg)
CertificateException with the specified message.msg - the detail message for the exception.public CertificateException()
CertificateException.public CertificateException(String message, Throwable cause)
CertificateException with the specified message and
cause.message - the detail message for the exception.cause - the cause.public CertificateException(Throwable cause)
CertificateException with the specified cause.cause - the cause