|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException com.flat502.rox.client.IOTimeoutException com.flat502.rox.client.ConnectionPoolTimeoutException
public class ConnectionPoolTimeoutException
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.
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 |
---|
public ConnectionPoolTimeoutException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |