org.exolab.jms.threads
Class UnknownThreadPoolException

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

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

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

Version:
$Revision: 1.3 $ $Date: 2003/08/07 13:33:10 $
Author:
Jim Mourikis
See Also:
Serialized Form

Constructor Summary
UnknownThreadPoolException()
          Default constructor with no additional info.
UnknownThreadPoolException(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

UnknownThreadPoolException

public UnknownThreadPoolException()
Default constructor with no additional info.

UnknownThreadPoolException

public UnknownThreadPoolException(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.