Package cz.cvut.kbss.jopa.oom.exception
Class UnpersistedChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.oom.exception.UnpersistedChangeException
- All Implemented Interfaces:
Serializable
Thrown when an unpersisted change is found on commit.
This exception is thrown when the application tries to commit a transaction and there are changes that were neither cascaded nor explicitly applied using the EntityManager.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnpersistedChangeException
-