edu.vt.middleware.ldap.pool
Class BlockingTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.vt.middleware.ldap.pool.LdapPoolException
              extended by edu.vt.middleware.ldap.pool.BlockingTimeoutException
All Implemented Interfaces:
Serializable

public class BlockingTimeoutException
extends LdapPoolException

BlockingTimeoutException is thrown when a blocking operation times out. See BlockingLdapPool.checkOut().

Version:
$Revision: 1330 $
Author:
Middleware Services
See Also:
Serialized Form

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

BlockingTimeoutException

public BlockingTimeoutException(String msg)
This creates a new BlockingTimeoutException with the supplied String.

Parameters:
msg - String

BlockingTimeoutException

public BlockingTimeoutException(Exception e)
This creates a new BlockingTimeoutException with the supplied Exception.

Parameters:
e - Exception

BlockingTimeoutException

public BlockingTimeoutException(String msg,
                                Exception e)
This creates a new BlockingTimeoutException with the supplied String and Exception.

Parameters:
msg - String
e - Exception


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