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