public class CertificateParsingException extends CertificateException
| Constructor and Description |
|---|
CertificateParsingException()
Constructs an exception without a message string.
|
CertificateParsingException(java.lang.String msg)
Constructs an exception with a message string.
|
CertificateParsingException(java.lang.String s,
java.lang.Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
CertificateParsingException(java.lang.Throwable cause)
Create a new instance with a cause.
|
public CertificateParsingException()
public CertificateParsingException(java.lang.String msg)
msg - a message to display with exceptionpublic CertificateParsingException(java.lang.String s, java.lang.Throwable cause)
s - the descriptive error messagecause - the causepublic CertificateParsingException(java.lang.Throwable cause)
cause - the cause