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