com.odi
Class LockTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.LockTimeoutException
All Implemented Interfaces:
Serializable

public final class LockTimeoutException
extends ObjectStoreException

Thrown when a call to an API entrypoint produces a concurrency conflict that cannot be resolved within the specified timeout.

PSE/PSE Pro does not use this class.

See Also:
Serialized Form

Method Summary
 LockTimeoutBlocker[] getBlockers()
          Returns information about other clients that produced a concurrency conflict.
 int getLockType()
          Returns the type of concurrency conflict.
 

Method Detail

getBlockers

public LockTimeoutBlocker[] getBlockers()
Returns information about other clients that produced a concurrency conflict.


getLockType

public int getLockType()
Returns the type of concurrency conflict.



Copyright 2005 Progress Software Corporation. All rights reserved.