net.spy.pool
Class NoSuchPoolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.spy.pool.PoolException
              extended bynet.spy.pool.NoSuchPoolException
All Implemented Interfaces:
Serializable

public class NoSuchPoolException
extends PoolException

Exception thrown when there's NoSuchPool.

See Also:
Serialized Form

Constructor Summary
NoSuchPoolException(String poolName)
          Get an instance of NoSuchPoolException.
 
Method Summary
 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(String poolName)
Get an instance of NoSuchPoolException.

Method Detail

getPoolName

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