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, toString
public LdapValidationException(String msg)
LdapValidationException
with the supplied
String
.msg
- String
public LdapValidationException(Exception e)
LdapValidationException
with the supplied
Exception
.e
- Exception
Copyright © 2014. All rights reserved.