org.sadun.util.pool
Class ObjectPool.ObjectPoolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
ObjectPool.ObjectPoolException(java.lang.String msg)
           
ObjectPool.ObjectPoolException(java.lang.String msg, java.lang.Throwable e)
           
ObjectPool.ObjectPoolException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getRootException()
           
 
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

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)
Method Detail

getRootException

public java.lang.Throwable getRootException()