|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.d_haven.mpool.PoolException
A wrapper exception to notify the user when something exceptional happens in a pool.
Constructor Summary | |
PoolException(java.lang.String message)
Create a PoolException with the supplied message. |
|
PoolException(java.lang.String message,
java.lang.Throwable cause)
Create a PoolException with the supplied message and exception. |
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 PoolException(java.lang.String message)
message
- the message for the exceptionpublic PoolException(java.lang.String message, java.lang.Throwable cause)
message
- the message the exceptioncause
- the exception causing this failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |