net.spy.pool
Class NoSuchPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.spy.pool.PoolException
net.spy.pool.NoSuchPoolException
- All Implemented Interfaces:
- Serializable
- public class NoSuchPoolException
- extends PoolException
Exception thrown when there's NoSuchPool.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPoolException
public NoSuchPoolException(String poolName)
- Get an instance of NoSuchPoolException.
getPoolName
public String getPoolName()
- Get the name of the pool that is missing.