jrun.jms.core.threads
Class ThreadPoolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.jms.core.util.JMSCoreException
                    |
                    +--jrun.jms.core.threads.ThreadPoolException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class ThreadPoolException
extends JMSCoreException

Exception thrown when attempting to get a named ThreadPool which does not exist.

See Also:
Serialized Form

Field Summary
static java.lang.String PoolAlreadyExistsMsgKey
           
 
Fields inherited from class jrun.jms.core.util.JMSCoreException
DEFAULT_KEY, m_msg
 
Constructor Summary
ThreadPoolException()
          Default constructor with no additional info.
ThreadPoolException(java.lang.String thread_pool_name)
          Construct an instance of this exception with the specified thread pool name and rootCause.
ThreadPoolException(java.lang.String key, java.lang.String thread_pool_name)
          Construct an instance of this exception with the specified key, thread pool name.
ThreadPoolException(java.lang.String key, java.lang.String thread_pool_name, java.lang.Throwable rootCause)
          Construct an instance of this exception with the specified key, thread pool name, rootCause.
 
Methods inherited from class jrun.jms.core.util.JMSCoreException
getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PoolAlreadyExistsMsgKey

public static final java.lang.String PoolAlreadyExistsMsgKey
Constructor Detail

ThreadPoolException

public ThreadPoolException()
Default constructor with no additional info.

ThreadPoolException

public ThreadPoolException(java.lang.String key,
                           java.lang.String thread_pool_name,
                           java.lang.Throwable rootCause)
Construct an instance of this exception with the specified key, thread pool name, rootCause.
Parameters:
reason -  

ThreadPoolException

public ThreadPoolException(java.lang.String key,
                           java.lang.String thread_pool_name)
Construct an instance of this exception with the specified key, thread pool name.
Parameters:
reason -  

ThreadPoolException

public ThreadPoolException(java.lang.String thread_pool_name)
Construct an instance of this exception with the specified thread pool name and rootCause.
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.