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