Class DataExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.utilities.java.support.security.DataSealerException
net.shibboleth.utilities.java.support.security.DataExpiredException
- All Implemented Interfaces:
Serializable
public class DataExpiredException extends DataSealerException
Indicates the sealed data has expired.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
serialVersionUID. -
Constructor Summary
Constructors Constructor Description DataExpiredException()
Constructor.DataExpiredException(Exception wrappedException)
Constructor.DataExpiredException(String message)
Constructor.DataExpiredException(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:
- Constant Field Values
-
-
Constructor Details
-
DataExpiredException
public DataExpiredException()Constructor. -
DataExpiredException
Constructor.- Parameters:
message
- exception message
-
DataExpiredException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
DataExpiredException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-