public class CertificateParsingException extends CertificateException
| Constructor and Description |
|---|
CertificateParsingException()
Constructs an exception without a message string.
|
CertificateParsingException(String msg)
Constructs an exception with a message string.
|
CertificateParsingException(String s,
Throwable cause)
Create a new instance with a descriptive error message and
a cause.
|
CertificateParsingException(Throwable cause)
Create a new instance with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateParsingException()
public CertificateParsingException(String msg)
msg - a message to display with exceptionpublic CertificateParsingException(String s, Throwable cause)
s - the descriptive error messagecause - the causepublic CertificateParsingException(Throwable cause)
cause - the cause