org.apache.derby.impl.store.access.btree
Class WaitError

java.lang.Object
  extended by java.lang.Throwable
      extended by org.apache.derby.impl.store.access.btree.WaitError
All Implemented Interfaces:
java.io.Serializable

public class WaitError
extends java.lang.Throwable

This error is never seen outside of the btree implementation. It is raised when an operation could not procede because it would have had to wait.

See Also:
Serialized Form

Constructor Summary
WaitError()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitError

public WaitError()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.