Uses of Class
org.ldaptive.pool.PoolException
Packages that use PoolException
-
Uses of PoolException in org.ldaptive
Methods in org.ldaptive that throw PoolException -
Uses of PoolException in org.ldaptive.pool
Subclasses of PoolException in org.ldaptive.poolModifier and TypeClassDescriptionclass
Thrown when an attempt to activate a pooled connection fails.class
Thrown when a blocking operation times out.class
Thrown when the pool is empty and no new requests can be serviced.class
Thrown when an attempt to validate a pooled connection fails.Methods in org.ldaptive.pool that throw PoolExceptionModifier and TypeMethodDescriptionprotected void
AbstractConnectionPool.activateAndValidateConnection
(PooledConnectionProxy pc) Attempts to activate and validate a connection.protected PooledConnectionProxy
BlockingConnectionPool.blockAvailableConnection()
This blocks until a connection can be acquired.abstract Connection
AbstractConnectionPool.getConnection()
Returns a connection from the pool.BlockingConnectionPool.getConnection()
ConnectionPool.getConnection()
Returns an object from the pool.