javax.security.cert
Class CertificateExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.security.cert.CertificateException
javax.security.cert.CertificateExpiredException
- All Implemented Interfaces:
- Serializable
public class CertificateExpiredException
- extends CertificateException
Signals that a certificate has expired.
This class is deprecated in favor of the CertificateExpiredException
class. It should not be used
in new applications.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CertificateExpiredException
public CertificateExpiredException()
CertificateExpiredException
public CertificateExpiredException(String msg)