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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
ExecutionInterruptedException
public ExecutionInterruptedException(String message)
ExecutionInterruptedException
public ExecutionInterruptedException()