com.ls.util.threading
Class NotRunningException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.util.threading.NotRunningException
- All Implemented Interfaces:
- Serializable
- public class NotRunningException
- extends BaseException
This exception is thrown by a thread pool worker in case a task should be processed, but the worker thread is not
running or has already terminated.
- Version:
- $Revision: 1.1 $
- Author:
- Last modified by $Author: TZink $
- See Also:
- Serialized Form
Constructor Summary |
NotRunningException()
Constructs a new exception object with a standard description. |
NotRunningException
public NotRunningException()
- Constructs a new exception object with a standard description.