public class OptimisticLockException
extends javax.persistence.OptimisticLockException
| Constructor and Description |
|---|
OptimisticLockException(Object entity,
Object entityView)
Constructs a new
OptimisticLockException with given entity and entity view objects. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEntityView()
Returns the entity view object that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Object getEntityView()
Copyright © 2014–2018 Blazebit. All rights reserved.