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