javax.persistence
Class PessimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.PessimisticLockException
- All Implemented Interfaces:
- Serializable
public class PessimisticLockException
- extends PersistenceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PessimisticLockException
public PessimisticLockException()
PessimisticLockException
public PessimisticLockException(String message)
PessimisticLockException
public PessimisticLockException(String message,
Throwable cause)
PessimisticLockException
public PessimisticLockException(Throwable cause)
PessimisticLockException
public PessimisticLockException(Object entity)
PessimisticLockException
public PessimisticLockException(String message,
Throwable cause,
Object entity)
getEntity
public Object getEntity()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.