org.eigenbase.runtime
Class QueueIterator.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
QueueIterator.TimeoutException()
           
 
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

QueueIterator.TimeoutException

public QueueIterator.TimeoutException()