edu.vt.middleware.ldap.pool
Class LdapPoolExhaustedException

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.LdapPoolExhaustedException
All Implemented Interfaces:
Serializable

public class LdapPoolExhaustedException
extends LdapPoolException

LdapPoolExhaustedException is thrown when the pool is empty and no need requests can be serviced.

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

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

LdapPoolExhaustedException

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

Parameters:
msg - String

LdapPoolExhaustedException

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

Parameters:
e - Exception

LdapPoolExhaustedException

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

Parameters:
msg - String
e - Exception


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