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, toString
public LdapPoolExhaustedException(String msg)
LdapPoolExhaustedException
with the
supplied String
.msg
- String
public LdapPoolExhaustedException(Exception e)
LdapPoolExhaustedException
with the
supplied Exception
.e
- Exception
Copyright © 2014. All rights reserved.