org.ldaptive.pool
Class BlockingTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ldaptive.LdapException
              extended by org.ldaptive.pool.PoolException
                  extended by org.ldaptive.pool.BlockingTimeoutException
All Implemented Interfaces:
Serializable, Message<ResponseControl>, ResponseMessage

public class BlockingTimeoutException
extends PoolException

Thrown when a blocking operation times out. See ConnectionPool.getConnection().

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services
See Also:
Serialized Form

Constructor Summary
BlockingTimeoutException(Exception e)
          Creates a new blocking timeout exception.
BlockingTimeoutException(String msg)
          Creates a new blocking timeout exception.
BlockingTimeoutException(String msg, Exception e)
          Creates a new blocking timeout exception.
 
Method Summary
 
Methods inherited from class org.ldaptive.LdapException
getControl, getControls, getMatchedDn, getMessageId, getReferralURLs, getResultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockingTimeoutException

public BlockingTimeoutException(String msg)
Creates a new blocking timeout exception.

Parameters:
msg - describing this exception

BlockingTimeoutException

public BlockingTimeoutException(Exception e)
Creates a new blocking timeout exception.

Parameters:
e - pooling specific exception

BlockingTimeoutException

public BlockingTimeoutException(String msg,
                                Exception e)
Creates a new blocking timeout exception.

Parameters:
msg - describing this exception
e - pooling specific exception


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.