net.sf.tuplespace
Class InterruptedWhileWaitingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.tuplespace.InterruptedWhileWaitingException
All Implemented Interfaces:
Serializable

public class InterruptedWhileWaitingException
extends RuntimeException

An exception thrown when a Thread waiting on TupleSpace is interrupted.

See Also:
Serialized Form

Constructor Summary
InterruptedWhileWaitingException(String message, Throwable cause)
           
InterruptedWhileWaitingException(Throwable cause)
           
 
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

InterruptedWhileWaitingException

public InterruptedWhileWaitingException(Throwable cause)

InterruptedWhileWaitingException

public InterruptedWhileWaitingException(String message,
                                        Throwable cause)