net.spy.pool
Class PoolException

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

public class PoolException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
PoolException(java.lang.String msg)
          Get a PoolException instance.
PoolException(java.lang.String msg, java.lang.Throwable t)
          Get a PoolException instance with a root cause.
 
Method Summary
 
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(java.lang.String msg)
Get a PoolException instance.


PoolException

public PoolException(java.lang.String msg,
                     java.lang.Throwable t)
Get a PoolException instance with a root cause.



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