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

Fields inherited from class com.ls.BaseException
innerThrowable
 
Constructor Summary
NotRunningException()
          Constructs a new exception object with a standard description.
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotRunningException

public NotRunningException()
Constructs a new exception object with a standard description.