javax.persistence
Class OptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.OptimisticLockException
- All Implemented Interfaces:
- java.io.Serializable
public class OptimisticLockException
- extends PersistenceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OptimisticLockException
public OptimisticLockException()
OptimisticLockException
public OptimisticLockException(java.lang.Object entity)
OptimisticLockException
public OptimisticLockException(java.lang.String string)
OptimisticLockException
public OptimisticLockException(java.lang.String string,
java.lang.Throwable throwable)
OptimisticLockException
public OptimisticLockException(java.lang.String string,
java.lang.Throwable throwable,
java.lang.Object entity)
OptimisticLockException
public OptimisticLockException(java.lang.Throwable throwable)
getEntity
public java.lang.Object getEntity()
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.