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: 
 - 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 | 
 
 
OptimisticLockException
public OptimisticLockException()
OptimisticLockException
public OptimisticLockException(Object entity)
OptimisticLockException
public OptimisticLockException(String string)
OptimisticLockException
public OptimisticLockException(String string,
                               Throwable throwable)
OptimisticLockException
public OptimisticLockException(String string,
                               Throwable throwable,
                               Object entity)
OptimisticLockException
public OptimisticLockException(Throwable throwable)
getEntity
public Object getEntity()
 
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.