|
||||||||||
| 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.BlockingTimeoutException
public class BlockingTimeoutException
BlockingTimeoutException is thrown when a blocking operation
times out. See BlockingLdapPool.checkOut().
| Constructor Summary | |
|---|---|
BlockingTimeoutException(Exception e)
This creates a new BlockingTimeoutException with the supplied
Exception. |
|
BlockingTimeoutException(String msg)
This creates a new BlockingTimeoutException with the supplied
String. |
|
BlockingTimeoutException(String msg,
Exception e)
This creates a new BlockingTimeoutException 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 BlockingTimeoutException(String msg)
BlockingTimeoutException with the supplied
String.
msg - Stringpublic BlockingTimeoutException(Exception e)
BlockingTimeoutException with the supplied
Exception.
e - Exception
public BlockingTimeoutException(String msg,
Exception e)
BlockingTimeoutException 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 | |||||||||