ObjectDB ObjectDB

PessimisticLockException(message) - JPA PessimisticLockException's constructor

Constructor
javax.persistence.PessimisticLockException
PessimisticLockException(
  String message
)

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