java.security.cert
Class CertificateNotYetValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
java.security.cert.CertificateNotYetValidException
- All Implemented Interfaces:
- Serializable
public class CertificateNotYetValidException
- extends CertificateException
Exception for a Certificate that is not yet valid.
- Since:
- 1.2
- 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()
- Constructs an exception without a message string.
CertificateNotYetValidException
public CertificateNotYetValidException(String msg)
- Constructs an exception with a message string.
- Parameters:
msg
- A message to display with exception