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
|
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 java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PoolAlreadyExistsMsgKey
public static final java.lang.String PoolAlreadyExistsMsgKey
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.