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