public class OptimisticLockException extends TransactionException:
Reports an optimistic concurrency conflict.
throw OptimisticLockException("Entity version changed")| Modifier and Type | Member | Description |
|---|---|---|
| public | OptimisticLockExceptionOptimisticLockException(message as String = ""): |
Creates this framework exception. |