Package reactor.pool
Class PoolAcquireTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.TimeoutException
reactor.pool.PoolAcquireTimeoutException
- All Implemented Interfaces:
Serializable
A specialized
TimeoutException that denotes that a Pool.acquire(Duration)
has timed out. Said Duration can be obtained via getAcquireTimeout().- Author:
- Simon Baslé
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PoolAcquireTimeoutException
-
-
Method Details
-
getAcquireTimeout
- Returns:
- the configured acquire timeout that was just overshot
-