net.spy.pool
Class PoolException

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

public class PoolException
extends Exception

Exception thrown when there's a problem dealing with the pool.

See Also:
Serialized Form

Constructor Summary
PoolException(String msg)
          Get a PoolException instance.
 
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

PoolException

public PoolException(String msg)
Get a PoolException instance.