|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vt.middleware.ldap.pool.LdapPoolException
edu.vt.middleware.ldap.pool.LdapActivationException
public class LdapActivationException
LdapActivationException is thrown when an attempt to activate a
ldap object fails. See LdapFactory.activate(T).
| 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 |
|---|
public LdapActivationException(String msg)
LdapActivationException with the supplied
String.
msg - Stringpublic LdapActivationException(Exception e)
LdapActivationException with the supplied
Exception.
e - Exception
public LdapActivationException(String msg,
Exception e)
LdapActivationException with the supplied
String and Exception.
msg - Stringe - Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||