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