NPersistence Reference Guide
Overload List
Name | Description |
---|---|
PessimisticLockException()()()() |
Constructs a new PessimisticLockException exception
with null as its detail message.
|
PessimisticLockException(Exception) |
Constructs a new PessimisticLockException exception
with the specified cause.
|
PessimisticLockException(Object) |
Constructs a new PessimisticLockException exception
with the specified entity.
|
PessimisticLockException(String) |
Constructs a new PessimisticLockException exception
with the specified detail message.
|
PessimisticLockException(String, Exception) |
Constructs a new PessimisticLockException exception
with the specified detail message and cause.
|
PessimisticLockException(String, Exception, Object) |
Constructs a new PessimisticLockException exception
with the specified detail message, cause, and entity.
|