net.spy.pool
Class NoSuchPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.spy.pool.PoolException
              extended by net.spy.pool.NoSuchPoolException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPoolException
extends PoolException

Exception thrown when there's NoSuchPool.

See Also:
Serialized Form

Constructor Summary
NoSuchPoolException(java.lang.String nm)
          Get an instance of NoSuchPoolException.
 
Method Summary
 java.lang.String getPoolName()
          Get the name of the pool that is missing.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPoolException

public NoSuchPoolException(java.lang.String nm)
Get an instance of NoSuchPoolException.

Method Detail

getPoolName

public java.lang.String getPoolName()
Get the name of the pool that is missing.



Copyright © 1995-2006 SPY Internetworking. All Rights Reserved.