public class CertificateEncodingException extends CertificateException
Certificate
is being encoded.Constructor and Description |
---|
CertificateEncodingException()
Creates a new
CertificateEncodingException . |
CertificateEncodingException(String msg)
Creates a new
CertificateEncodingException with the specified
message. |
CertificateEncodingException(String message,
Throwable cause)
Creates a new
CertificateEncodingException with the specified
message and cause. |
CertificateEncodingException(Throwable cause)
Creates a new
CertificateEncodingException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertificateEncodingException(String msg)
CertificateEncodingException
with the specified
message.msg
- The detail message for the exception.public CertificateEncodingException()
CertificateEncodingException
.public CertificateEncodingException(String message, Throwable cause)
CertificateEncodingException
with the specified
message and cause.message
- the detail message for the exception.cause
- the cause.public CertificateEncodingException(Throwable cause)
CertificateEncodingException
with the specified
cause.cause
- the cause.