public class CertificateParsingException extends CertificateException
Constructor and Description |
---|
CertificateParsingException()
Constructs a new instance of this class with its walkback filled in.
|
CertificateParsingException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertificateParsingException(String msg)
msg
- String The detail message for the exception.public CertificateParsingException()