public class CertificateExpiredException extends CertificateException
Constructor and Description |
---|
CertificateExpiredException()
Constructs a new instance of this class with its walkback filled in.
|
CertificateExpiredException(String msg)
Constructs a new instance of this class with its walkback and message
filled in.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CertificateExpiredException(String msg)
msg
- String The detail message for the exception.public CertificateExpiredException()