gate.creole
Class ExecutionInterruptedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--gate.util.GateException
|
+--gate.creole.ExecutionException
|
+--gate.creole.ExecutionInterruptedException
- All Implemented Interfaces:
- Serializable
- public class ExecutionInterruptedException
- extends ExecutionException
Thrown by Executable
s after they have stopped their execution
as a result of a call to their interrupt() method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ExecutionInterruptedException
public ExecutionInterruptedException(String message)
ExecutionInterruptedException
public ExecutionInterruptedException()