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
- String
public LdapValidationException(java.lang.Exception e)
LdapValidationException
with the supplied
Exception
.e
- Exception
public LdapValidationException(java.lang.String msg, java.lang.Exception e)
LdapValidationException
with the supplied
String
and Exception
.msg
- String
e
- Exception
Copyright © 2014. All Rights Reserved.