net.spy.pool
Class PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PoolException
public PoolException(String msg)
- Get a PoolException instance.