|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vt.middleware.ldap.pool.LdapPoolException
edu.vt.middleware.ldap.pool.LdapPoolExhaustedException
public class LdapPoolExhaustedException
LdapPoolExhaustedException is thrown when the pool is empty and
no need requests can be serviced.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapPoolExhaustedException(String msg)
LdapPoolExhaustedException with the
supplied String.
msg - Stringpublic LdapPoolExhaustedException(Exception e)
LdapPoolExhaustedException with the
supplied Exception.
e - Exception
public LdapPoolExhaustedException(String msg,
Exception e)
LdapPoolExhaustedException with the
supplied String and Exception.
msg - Stringe - Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||