Package org.ldaptive.pool
Class PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ldaptive.LdapException
org.ldaptive.pool.PoolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivationException
,BlockingTimeoutException
,PoolExhaustedException
,ValidationException
Base exception thrown when a pool operation fails.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new pool exception.PoolException
(String msg) Creates a new pool exception.PoolException
(String msg, Exception e) Creates a new pool exception. -
Method Summary
Methods inherited from class org.ldaptive.LdapException
formatResult, getResultCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
PoolException
Creates a new pool exception.- Parameters:
msg
- describing this exception
-
PoolException
Creates a new pool exception.- Parameters:
e
- pooling specific exception
-
PoolException
Creates a new pool exception.- Parameters:
msg
- describing this exceptione
- pooling specific exception
-