|
||||||||||
| 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.LdapValidationException
public class LdapValidationException
LdapValidationException is thrown when an attempt to validate a
ldap object fails. See LdapFactory.validate(T).
| Constructor Summary | |
|---|---|
LdapValidationException(Exception e)
This creates a new LdapValidationException with the supplied
Exception. |
|
LdapValidationException(String msg)
This creates a new LdapValidationException with the supplied
String. |
|
LdapValidationException(String msg,
Exception e)
This creates a new LdapValidationException 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 LdapValidationException(String msg)
LdapValidationException with the supplied
String.
msg - Stringpublic LdapValidationException(Exception e)
LdapValidationException with the supplied
Exception.
e - Exception
public LdapValidationException(String msg,
Exception e)
LdapValidationException 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 | |||||||||