net.sf.tuplespace
Class InterruptedWhileWaitingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedWhileWaitingException
public InterruptedWhileWaitingException(Throwable cause)
InterruptedWhileWaitingException
public InterruptedWhileWaitingException(String message,
Throwable cause)