java.security.cert
Class CertificateExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.cert.CertificateException
                  extended by java.security.cert.CertificateExpiredException
All Implemented Interfaces:
Serializable

public class CertificateExpiredException
extends CertificateException

Exception for a Certificate Expiring.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
CertificateExpiredException()
          Constructs an exception without a message string.
CertificateExpiredException(String msg)
          Constructs an exception with a message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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