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