org.exolab.jms.threads
Class ThreadPoolExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.core.service.ServiceException
                    |
                    +--org.exolab.jms.threads.ThreadPoolExistsException
All Implemented Interfaces:
java.io.Serializable

public class ThreadPoolExistsException
extends org.exolab.core.service.ServiceException

Exception thrown when attempting to create a named ThreadPool which already exists.

Version:
$Revision: 1.2 $ $Date: 2003/07/27 01:06:04 $
Author:
Jim Mourikis
See Also:
Serialized Form

Constructor Summary
ThreadPoolExistsException()
          Default constructor with no additional info.
ThreadPoolExistsException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
Methods inherited from class org.exolab.core.service.ServiceException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadPoolExistsException

public ThreadPoolExistsException()
Default constructor with no additional info.

ThreadPoolExistsException

public ThreadPoolExistsException(java.lang.String reason)
Construct an instance of this exception with the specified reason.
Parameters:
reason -  


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.