ObjectDB ObjectDB

LockTimeoutException(entity) - JPA LockTimeoutException's constructor

Constructor
javax.persistence.LockTimeoutException
LockTimeoutException(
  Object entity
)

Constructs a new LockTimeoutException exception with the specified object.
Parameters:
entity - the entity.
Since:
JPA 2.0