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