com.newisys.eventsim
Class ThreadTerminatedException

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

public class ThreadTerminatedException
extends ThreadInterruptedException

Exception propagated from blocking methods when a simulation thread is interrupted due to a call to its terminate() method. This type of exception is expected in normal operation and is silently caught by the simulation manager just before the thread terminates.

See Also:
ThreadInterruptedException, Serialized Form

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

ThreadTerminatedException

public ThreadTerminatedException()

ThreadTerminatedException

public ThreadTerminatedException(String message)

ThreadTerminatedException

public ThreadTerminatedException(Throwable cause)

ThreadTerminatedException

public ThreadTerminatedException(String message,
                                 Throwable cause)