java.security.cert
public class CertificateException extends GeneralSecurityException
Certificate
,
Serialized FormConstructor 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, toString
public 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