com.flat502.rox.client
Class ConnectionPoolTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.flat502.rox.client.IOTimeoutException
                  extended by com.flat502.rox.client.ConnectionPoolTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionPoolTimeoutException
extends IOTimeoutException

An exception raised to indicate a timeout occurred waiting for a connection from the underlying connection pool.

This exception is only raised if a non-zero limit and timeout have been set on the underling connection pool, a connection is requested after the limit has been reached, and a connection does not become available within the specified timeout interval.

See Also:
Serialized Form

Constructor Summary
ConnectionPoolTimeoutException(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

ConnectionPoolTimeoutException

public ConnectionPoolTimeoutException(java.lang.Throwable cause)