wt.pom
Class DeadlockDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.pom.DatastoreException
wt.pom.DeadlockDetectedException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class DeadlockDetectedException
- extends DatastoreException
DeadlockDetectedException captures deadlock detection during a datastore
interaction.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
DeadlockDetectedException
protected DeadlockDetectedException()
DeadlockDetectedException
public DeadlockDetectedException(Exception t,
String rb,
String key,
Object[] params)
DeadlockDetectedException
public DeadlockDetectedException(SQLException ex,
Persistable object)
DeadlockDetectedException
public DeadlockDetectedException(SQLException ex,
String className)