Package 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
-
-
Constructor Summary
Constructors Constructor Description PessimisticLockException()PessimisticLockException(Object entity)PessimisticLockException(String message)PessimisticLockException(String message, Throwable cause)PessimisticLockException(String message, Throwable cause, Object entity)PessimisticLockException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEntity()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getEntity
public Object getEntity()
-
-