Package edu.vt.middleware.ldap.pool
Class LdapValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.vt.middleware.ldap.pool.LdapPoolException
-
- edu.vt.middleware.ldap.pool.LdapValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class LdapValidationException extends LdapPoolException
LdapValidationExceptionis thrown when an attempt to validate a ldap object fails. SeeLdapFactory.validate(T).- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapValidationException(java.lang.Exception e)This creates a newLdapValidationExceptionwith the suppliedException.LdapValidationException(java.lang.String msg)This creates a newLdapValidationExceptionwith the suppliedString.LdapValidationException(java.lang.String msg, java.lang.Exception e)This creates a newLdapValidationExceptionwith the suppliedStringandException.
-
-
-
Constructor Detail
-
LdapValidationException
public LdapValidationException(java.lang.String msg)
This creates a newLdapValidationExceptionwith the suppliedString.- Parameters:
msg-String
-
LdapValidationException
public LdapValidationException(java.lang.Exception e)
This creates a newLdapValidationExceptionwith the suppliedException.- Parameters:
e-Exception
-
LdapValidationException
public LdapValidationException(java.lang.String msg, java.lang.Exception e)This creates a newLdapValidationExceptionwith the suppliedStringandException.- Parameters:
msg-Stringe-Exception
-
-