Class AbstractPersistableData.PersistableDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.codecamp.messages.shared.model.AbstractPersistableData.PersistableDataException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractPersistableData
public static class AbstractPersistableData.PersistableDataException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistableDataException(String message)PersistableDataException(String message, Throwable cause)PersistableDataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-