public class KeyNotYetValidException extends InvalidKeyException
Constructor and Description |
---|
KeyNotYetValidException()
Constructs a new
KeyNotYetValidException without detail message and cause. |
KeyNotYetValidException(String message)
Constructs a new
KeyNotYetValidException with the provided detail message and no
cause. |
KeyNotYetValidException(String message,
Throwable cause)
Constructs a new
KeyNotYetValidException with the provided detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyNotYetValidException()
KeyNotYetValidException
without detail message and cause.public KeyNotYetValidException(String message)
KeyNotYetValidException
with the provided detail message and no
cause.