com.jtri.exception
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jtri.exception.PersistenceException
- All Implemented Interfaces:
- java.io.Serializable
- public class PersistenceException
- extends java.lang.Exception
- Author:
- atorres
General Exception that tracks his origins in a persistent event.
TODO: May have property/row information?
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
PersistenceException
public PersistenceException(java.lang.Throwable ex,
int event)
PersistenceException
public PersistenceException(java.lang.String msg,
int event)
getEvent
public int getEvent()
setEvent
public void setEvent(int event)