Package org.ldaptive.pool
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ldaptive.LdapException
org.ldaptive.pool.PoolException
org.ldaptive.pool.ValidationException
- All Implemented Interfaces:
Serializable
Thrown when an attempt to validate a pooled connection fails.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new validation exception.Creates a new validation exception.ValidationException
(String msg, Exception e) Creates a new validation 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
-
ValidationException
Creates a new validation exception.- Parameters:
msg
- describing this exception
-
ValidationException
Creates a new validation exception.- Parameters:
e
- pooling specific exception
-
ValidationException
Creates a new validation exception.- Parameters:
msg
- describing this exceptione
- pooling specific exception
-