java.security.cert

Class CertificateExpiredException

public class CertificateExpiredException extends CertificateException

Exception for a Certificate Expiring.

Since: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
CertificateExpiredException()
Constructs an exception without a message string.
CertificateExpiredException(String msg)
Constructs an exception with a message string.

Constructor Detail

CertificateExpiredException

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

CertificateExpiredException

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

Parameters: msg a message to display with exception