Package net.shibboleth.shared.security
Class KeyExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.security.DataSealerException
net.shibboleth.shared.security.KeyExpiredException
- All Implemented Interfaces:
Serializable
Indicates the sealed data was sealed with an absent or expired key.
- Since:
- 9.3.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.KeyExpiredException(Exception wrappedException) Constructor.KeyExpiredException(String message) Constructor.KeyExpiredException(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
KeyExpiredException
public KeyExpiredException()Constructor. -
KeyExpiredException
Constructor.- Parameters:
message- exception message
-
KeyExpiredException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
KeyExpiredException
Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-