public class CertificateParsingException extends CertificateException
Certificate can not be parsed.| Constructor and Description |
|---|
CertificateParsingException()
Creates a new
CertificateParsingException. |
CertificateParsingException(String msg)
Creates a new
CertificateParsingException with the specified
message. |
CertificateParsingException(String message,
Throwable cause)
Creates a new
CertificateParsingException with the specified
message and cause. |
CertificateParsingException(Throwable cause)
Creates a new
CertificateParsingException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateParsingException(String msg)
CertificateParsingException with the specified
message.msg - the detail message for the exception.public CertificateParsingException()
CertificateParsingException.public CertificateParsingException(String message, Throwable cause)
CertificateParsingException with the specified
message and cause.message - the detail message for the exception.cause - the exception's source.public CertificateParsingException(Throwable cause)
CertificateParsingException with the specified
cause.cause - the exception's source.