Package cz.cvut.kbss.jopa.exceptions
Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exceptions.EntityNotFoundException
- All Implemented Interfaces:
Serializable
Thrown by the persistence provider when an entity reference obtained by
EntityManager.getReference(Class, Object)
is accessed but the entity does not exist. Thrown when
EntityManager.refresh(java.lang.Object)
is called and the object no longer exists in the database.
The current transaction, if one is active and the persistence context has been joined to it, will be marked for rollback.
- 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
-
EntityNotFoundException
-