public class LdapPoolExhaustedException extends LdapPoolException
LdapPoolExhaustedException is thrown when the pool is empty and
no need requests can be serviced.| Constructor and Description |
|---|
LdapPoolExhaustedException(Exception e)
This creates a new
LdapPoolExhaustedException with the
supplied Exception. |
LdapPoolExhaustedException(String msg)
This creates a new
LdapPoolExhaustedException with the
supplied String. |
LdapPoolExhaustedException(String msg,
Exception e)
This creates a new
LdapPoolExhaustedException with the
supplied String and Exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapPoolExhaustedException(String msg)
LdapPoolExhaustedException with the
supplied String.msg - Stringpublic LdapPoolExhaustedException(Exception e)
LdapPoolExhaustedException with the
supplied Exception.e - ExceptionCopyright © 2014. All rights reserved.