lima.distribution
Class NoWorkException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--lima.distribution.NoWorkException
All Implemented Interfaces:
java.io.Serializable

public class NoWorkException
extends java.lang.Exception

Thrown by a WorkUnitServer if there is no work available. The client SHOULD retry later.

See Also:
Serialized Form

Constructor Summary
NoWorkException()
           
 
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

NoWorkException

public NoWorkException()