kodo.jdo
Class LockException
java.lang.Object
DataStoreException
kodo.jdo.LockException
public class LockException
- extends DataStoreException
Exception indicating that locks on one or more objects could
not be acquired. The #getFailedObject
method will
be used to return the Collection
of objects that
could not be locked.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockException
public LockException(String msg,
Throwable[] nested,
Object failed,
int timeout)
getTimeout
public int getTimeout()
getSubtype
public int getSubtype()
newSerializableInstance
protected DataStoreException newSerializableInstance(String msg,
Throwable[] nested,
Object failed)
- Return a new instance of this class with the given state, and add
any additional serializable state from this instance.
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.