public class CertificateNotYetValidException extends CertificateException
| Constructor and Description |
|---|
CertificateNotYetValidException()
Constructor.
|
CertificateNotYetValidException(String message)
Constructor.
|
CertificateNotYetValidException(String message,
Throwable cause)
Constructor.
|
CertificateNotYetValidException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CertificateNotYetValidException()
public CertificateNotYetValidException(String message)
message - the exception message.public CertificateNotYetValidException(Throwable cause)
cause - the causing exception.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.