Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jesterj.ingest.model.exception.JesterjException
-
- org.jesterj.ingest.model.exception.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceException extends JesterjException
Thrown on an error having to do with data persistence.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(java.lang.String message)PersistenceException(java.lang.String message, java.lang.Throwable cause)
-