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
public class DataSealerException extends Exception
Exceptions during use of theDataSealer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDserialVersionUID.
-
Constructor Summary
Constructors Constructor Description DataSealerException()Constructor.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 Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataSealerException
public DataSealerException()
Constructor.
-
DataSealerException
public DataSealerException(@Nullable String message)Constructor.- Parameters:
message- exception message
-
DataSealerException
public DataSealerException(@Nullable Exception wrappedException)Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
-