|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.spy.pool.PoolException
net.spy.pool.NoSuchPoolException
public class NoSuchPoolException
Exception thrown when there's NoSuchPool.
| Constructor Summary | |
|---|---|
NoSuchPoolException(java.lang.String poolName)
Get an instance of NoSuchPoolException. |
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public NoSuchPoolException(java.lang.String poolName)
| Method Detail |
|---|
public java.lang.String getPoolName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||