org.ow2.util.pool.impl.enhanced.api
Class PoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.util.pool.impl.enhanced.api.PoolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalTimeoutException, NotABusyPoolItemException, PoolFactoryBroken, TimeoutPoolException, TooManyWaiterException, WaiterInterruptedException

public class PoolException
extends java.lang.Exception

Author:
Gael Lalire
See Also:
Serialized Form

Constructor Summary
PoolException()
           
PoolException(java.lang.String message)
           
PoolException(java.lang.String message, java.lang.Throwable cause)
           
PoolException(java.lang.Throwable cause)
           
 
Method Summary
 
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

PoolException

public PoolException()

PoolException

public PoolException(java.lang.String message,
                     java.lang.Throwable cause)

PoolException

public PoolException(java.lang.String message)

PoolException

public PoolException(java.lang.Throwable cause)


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.