EntityNotFoundException
java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ javax.persistence.PersistenceException ∟ javax.persistence.EntityNotFoundException
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist. Thrown when EntityManager.refresh is called and the object no longer exists in the database. Thrown when EntityManager.lock is used with pessimistic locking is used and the entity 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:
EntityManager.getReference
EntityManager.refresh
EntityManager.refresh
EntityManager.refresh
EntityManager.refresh
EntityManager.lock
EntityManager.lock
- Since:
- JPA 1.0
Public Constructors
- Since:
- JPA 1.0
EntityNotFoundException(String message)
- Parameters:
message the
- detail message.
- Since:
- JPA 1.0
Method inherited from class java.lang.Throwable
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, setStackTrace
, toString