org.eigenbase.runtime
Class QueueIterator.TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eigenbase.runtime.QueueIterator.TimeoutException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- QueueIterator
public static class QueueIterator.TimeoutException
- extends Exception
Thrown by QueueIterator.hasNext(long)
and QueueIterator.next(long)
to indicate that operation timed out before
rows were available.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueueIterator.TimeoutException
public QueueIterator.TimeoutException()