ObjectDB ObjectDB

PessimisticLockException(cause) - JPA PessimisticLockException's constructor

Constructor
javax.persistence.PessimisticLockException
PessimisticLockException(
  Throwable cause
)

Constructs a new PessimisticLockException exception with the specified cause.
Parameters:
cause - the cause.
Since:
JPA 2.0