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 - Stringpublic LdapPoolExhaustedException(java.lang.Exception e)
LdapPoolExhaustedException with the
supplied Exception.e - Exceptionpublic LdapPoolExhaustedException(java.lang.String msg,
java.lang.Exception e)
LdapPoolExhaustedException with the
supplied String and Exception.msg - Stringe - ExceptionCopyright © 2014. All Rights Reserved.