org.ldaptive.pool
Class PoolExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ldaptive.LdapException
org.ldaptive.pool.PoolException
org.ldaptive.pool.PoolExhaustedException
- All Implemented Interfaces:
- Serializable, Message<ResponseControl>, ResponseMessage
public class PoolExhaustedException
- extends PoolException
Thrown when the pool is empty and no new requests can be serviced.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
- See Also:
- Serialized Form
PoolExhaustedException
public PoolExhaustedException(String msg)
- Creates a new pool exhausted exception.
- Parameters:
msg - describing this exception
PoolExhaustedException
public PoolExhaustedException(Exception e)
- Creates a new pool exhausted exception.
- Parameters:
e - pooling specific exception
PoolExhaustedException
public PoolExhaustedException(String msg,
Exception e)
- Creates a new pool exhausted exception.
- Parameters:
msg - describing this exceptione - pooling specific exception
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.