Certificate
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | CertificateException(String
the detail message. msg)Constructs a certificate exception with the given detail message. |
public | CertificateException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
public | CertificateException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
CertificateException | back to summary |
---|---|
public CertificateException() Constructs a certificate exception with no detail message. A detail message is a String that describes this particular exception. |
CertificateException | back to summary |
---|---|
public CertificateException(String msg) Constructs a certificate exception with the given detail message. A detail message is a String that describes this particular exception.
|
CertificateException | back to summary |
---|---|
public CertificateException(String message, Throwable cause) Creates a
|
CertificateException | back to summary |
---|---|
public CertificateException(Throwable cause) Creates a
|