org.gjt.rec.thread
Class Workforce.JobNotWaitingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.gjt.rec.thread.Workforce.JobNotWaitingException
All Implemented Interfaces:
Serializable
Enclosing class:
Workforce

public static final class Workforce.JobNotWaitingException
extends RuntimeException

Thrown to indicate that a job that was supposed to be on the list of waiting jobs is not on the list.

See Also:
Serialized Form

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