edu.vt.middleware.ldap.pool
Class LdapActivationException

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

public class LdapActivationException
extends LdapPoolException

LdapActivationException is thrown when an attempt to activate a ldap object fails. See LdapFactory.activate(T).

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

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

LdapActivationException

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

Parameters:
msg - String

LdapActivationException

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

Parameters:
e - Exception

LdapActivationException

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

Parameters:
msg - String
e - Exception


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