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 TypeClassDescriptionclassThrown when an attempt to activate a pooled connection fails.classThrown when a blocking operation times out.classThrown when the pool is empty and no new requests can be serviced.classThrown when an attempt to validate a pooled connection fails.Methods in org.ldaptive.pool that throw PoolExceptionModifier and TypeMethodDescriptionprotected voidAbstractConnectionPool.activateAndValidateConnection(PooledConnectionProxy pc) Attempts to activate and validate a connection.protected PooledConnectionProxyBlockingConnectionPool.blockAvailableConnection()This blocks until a connection can be acquired.abstract ConnectionAbstractConnectionPool.getConnection()Returns a connection from the pool.BlockingConnectionPool.getConnection()ConnectionPool.getConnection()Returns an object from the pool.