edu.vt.middleware.ldap.pool
public class LdapPoolExhaustedException extends LdapPoolException
LdapPoolExhaustedException
is thrown when the pool is empty and
no need requests can be serviced.Constructor and Description |
---|
LdapPoolExhaustedException(java.lang.Exception e)
This creates a new
LdapPoolExhaustedException with the
supplied Exception . |
LdapPoolExhaustedException(java.lang.String msg)
This creates a new
LdapPoolExhaustedException with the
supplied String . |
LdapPoolExhaustedException(java.lang.String msg,
java.lang.Exception e)
This creates a new
LdapPoolExhaustedException with the
supplied String and Exception . |
public LdapPoolExhaustedException(java.lang.String msg)
LdapPoolExhaustedException
with the
supplied String
.msg
- String
public LdapPoolExhaustedException(java.lang.Exception e)
LdapPoolExhaustedException
with the
supplied Exception
.e
- Exception
public LdapPoolExhaustedException(java.lang.String msg, java.lang.Exception e)
LdapPoolExhaustedException
with the
supplied String
and Exception
.msg
- String
e
- Exception
Copyright © 2014. All Rights Reserved.