org.sadun.util.pool
Class ObjectPool.ObjectPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sadun.util.pool.ObjectPool.ObjectPoolException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ObjectPool
- public static final class ObjectPool.ObjectPoolException
- extends java.lang.RuntimeException
An exception thrown in case of pooling operation errors.
- See Also:
- Serialized Form
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 |
ObjectPool.ObjectPoolException
public ObjectPool.ObjectPoolException(java.lang.String msg)
ObjectPool.ObjectPoolException
public ObjectPool.ObjectPoolException(java.lang.Throwable e)
ObjectPool.ObjectPoolException
public ObjectPool.ObjectPoolException(java.lang.String msg,
java.lang.Throwable e)
getRootException
public java.lang.Throwable getRootException()