Class WaitError
java.lang.Object
java.lang.Throwable
org.apache.derby.impl.store.access.btree.WaitError
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WaitError
public WaitError()
-