Uses of Class
org.ldaptive.pool.PoolException
-
Packages that use PoolException Package Description org.ldaptive org.ldaptive.pool -
-
Uses of PoolException in org.ldaptive
Methods in org.ldaptive that throw PoolException Modifier and Type Method Description ConnectionPooledConnectionFactory. getConnection() -
Uses of PoolException in org.ldaptive.pool
Subclasses of PoolException in org.ldaptive.pool Modifier and Type Class Description classActivationExceptionThrown when an attempt to activate a pooled connection fails.classBlockingTimeoutExceptionThrown when a blocking operation times out.classPoolExhaustedExceptionThrown when the pool is empty and no new requests can be serviced.classValidationExceptionThrown when an attempt to validate a pooled connection fails.Methods in org.ldaptive.pool that throw PoolException Modifier and Type Method Description protected 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.ConnectionBlockingConnectionPool. getConnection()ConnectionConnectionPool. getConnection()Returns an object from the pool.
-