Kodo 4.2.0. (DEPRECATED)

kodo.jdo
Class LockException

java.lang.Object
  extended by DataStoreException
      extended by 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

Constructor Summary
LockException(String msg, Throwable[] nested, Object failed, int timeout)
           
 
Method Summary
 int getSubtype()
           
 int getTimeout()
           
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockException

public LockException(String msg,
                     Throwable[] nested,
                     Object failed,
                     int timeout)
Method Detail

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.


Kodo 4.2.0. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24400_01