com.newisys.eventsim
Class ThreadInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.newisys.eventsim.ThreadInterruptedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThreadTerminatedException

public class ThreadInterruptedException
extends RuntimeException

Exception propagated from blocking methods when a simulation thread is interrupted (by a call to Thread.interrupt()). An unhandled exception of this concrete type usually indicates a programming error.

See Also:
Serialized Form

Constructor Summary
ThreadInterruptedException()
           
ThreadInterruptedException(String message)
           
ThreadInterruptedException(String message, Throwable cause)
           
ThreadInterruptedException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadInterruptedException

public ThreadInterruptedException()

ThreadInterruptedException

public ThreadInterruptedException(String message)

ThreadInterruptedException

public ThreadInterruptedException(Throwable cause)

ThreadInterruptedException

public ThreadInterruptedException(String message,
                                  Throwable cause)