public class BlockingTimeoutException extends LdapPoolException
BlockingTimeoutException is thrown when a blocking operation
times out. See BlockingLdapPool.checkOut().| Constructor and Description |
|---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BlockingTimeoutException(String msg)
BlockingTimeoutException with the supplied
String.msg - Stringpublic BlockingTimeoutException(Exception e)
BlockingTimeoutException with the supplied
Exception.e - ExceptionCopyright © 2014. All rights reserved.