Class DataSealerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.utilities.java.support.security.DataSealerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataExpiredException
Exceptions during use of the
DataSealer
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DataSealerException
(Exception wrappedException) Constructor.DataSealerException
(String message) Constructor.DataSealerException
(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
-
DataSealerException
public DataSealerException()Constructor. -
DataSealerException
Constructor.- Parameters:
message
- exception message
-
DataSealerException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
DataSealerException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-