edu.vt.middleware.ldap.pool
Class LdapPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.vt.middleware.ldap.pool.LdapPoolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlockingTimeoutException, LdapActivationException, LdapPoolExhaustedException, LdapValidationException, PoolInterruptedException

public class LdapPoolException
extends Exception

LdapPoolException is the base exception thrown when a pool operation fails.

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

Constructor Summary
LdapPoolException(Exception e)
          This creates a new LdapPoolException with the supplied Exception.
LdapPoolException(String msg)
          This creates a new LdapPoolException with the supplied String.
LdapPoolException(String msg, Exception e)
          This creates a new LdapPoolException 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

LdapPoolException

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

Parameters:
msg - String

LdapPoolException

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

Parameters:
e - Exception

LdapPoolException

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

Parameters:
msg - String
e - Exception


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