java.security.cert

Class CertificateEncodingException

public class CertificateEncodingException extends CertificateException

Exception for a Certificate Encoding.

Since: 1.2

UNKNOWN: updated to 1.5

Constructor Summary
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.

Constructor Detail

CertificateEncodingException

public CertificateEncodingException()
Constructs an exception without a message string.

CertificateEncodingException

public CertificateEncodingException(String msg)
Constructs an exception with a message string.

Parameters: msg A message to display with exception

CertificateEncodingException

public CertificateEncodingException(String s, Throwable cause)
Create a new instance with a descriptive error message and a cause.

Parameters: s the descriptive error message cause the cause

Since: 1.5

CertificateEncodingException

public CertificateEncodingException(Throwable cause)
Create a new instance with a cause.

Parameters: cause the cause

Since: 1.5