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(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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapValidationException(String msg)
LdapValidationException with the supplied
String.msg - Stringpublic LdapValidationException(Exception e)
LdapValidationException with the supplied
Exception.e - ExceptionCopyright © 2014. All rights reserved.