edu.vt.middleware.ldap.pool
public class LdapValidationException extends LdapPoolException
LdapValidationException is thrown when an attempt to validate a
ldap object fails. See LdapFactory.validate(T).| Constructor and Description |
|---|
LdapValidationException(java.lang.Exception e)
This creates a new
LdapValidationException with the supplied
Exception. |
LdapValidationException(java.lang.String msg)
This creates a new
LdapValidationException with the supplied
String. |
LdapValidationException(java.lang.String msg,
java.lang.Exception e)
This creates a new
LdapValidationException with the supplied
String and Exception. |
public LdapValidationException(java.lang.String msg)
LdapValidationException with the supplied
String.msg - Stringpublic LdapValidationException(java.lang.Exception e)
LdapValidationException with the supplied
Exception.e - Exceptionpublic LdapValidationException(java.lang.String msg,
java.lang.Exception e)
LdapValidationException with the supplied
String and Exception.msg - Stringe - ExceptionCopyright © 2014. All Rights Reserved.