Package 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
 
 public class PoolExhaustedException extends PoolException Thrown when the pool is empty and no new requests can be serviced.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description private static longserialVersionUIDserialVersionUID.
 - 
Constructor SummaryConstructors Constructor Description PoolExhaustedException(Exception e)Creates a new pool exhausted exception.PoolExhaustedException(String msg)Creates a new pool exhausted exception.PoolExhaustedException(String msg, Exception e)Creates a new pool exhausted exception.
 - 
Method Summary- 
Methods inherited from class org.ldaptive.LdapExceptionformatResult, getResultCode
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprivate static final long serialVersionUID serialVersionUID.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PoolExhaustedExceptionpublic PoolExhaustedException(String msg) Creates a new pool exhausted exception.- Parameters:
- msg- describing this exception
 
 - 
PoolExhaustedExceptionpublic PoolExhaustedException(Exception e) Creates a new pool exhausted exception.- Parameters:
- e- pooling specific exception
 
 
- 
 
-