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

public class UnpersistedChangeException extends RuntimeException
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 Details

    • UnpersistedChangeException

      public UnpersistedChangeException(String message)