javax.security.cert
Class CertificateNotYetValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.security.cert.CertificateException
javax.security.cert.CertificateNotYetValidException
- All Implemented Interfaces:
- Serializable
public class CertificateNotYetValidException
- extends CertificateException
Signals that a certificate is not yet valid.
This class is deprecated in favor of the CertificateNotYetValidException
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 |
CertificateNotYetValidException
public CertificateNotYetValidException()
CertificateNotYetValidException
public CertificateNotYetValidException(String msg)