wt.pom
Class ObjectLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.pom.DatastoreException
wt.pom.ObjectLockedException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ObjectLockedException
- extends DatastoreException
ObjectLockedException captures errors with a datastore interaction.
It occurs when an update or delete of an objected is attempted, but cannot
be completed because it has been locked.
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
ObjectLockedException
public ObjectLockedException(SQLException ex,
Persistable object)
ObjectLockedException
public ObjectLockedException(SQLException ex,
String className)