Class COM.odi.LockTimeoutException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.LockTimeoutException
  -  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. 
 
  
  -  
	getBlockers()
   -   Returns information about other clients that produced a
 concurrency conflict.
  
 -  
	getLockType()
   -   Returns the type of concurrency conflict.
 
  
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 © 1996, 1997, 1998 Object Design, Inc. All rights reserved.