org.exolab.jms.threads
Class ThreadPoolExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.service.ServiceException
              extended by 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.
 
Method Summary
 
Methods inherited from class org.exolab.core.service.ServiceException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, 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-2005 The OpenJMS Group. All Rights Reserved.