public class CertificateException extends GeneralSecurityException
Constructor and Description |
---|
CertificateException()
Constructs a new instance of this class with its walkback filled in.
|
CertificateException(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 CertificateException(String msg)
msg
- String The detail message for the exception.public CertificateException()