edu.vt.middleware.ldap.pool
Class LdapValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.vt.middleware.ldap.pool.LdapPoolException
              extended by edu.vt.middleware.ldap.pool.LdapValidationException
All Implemented Interfaces:
Serializable

public class LdapValidationException
extends LdapPoolException

LdapValidationException is thrown when an attempt to validate a ldap object fails. See LdapFactory.validate(T).

Version:
$Revision: 1330 $
Author:
Middleware Services
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapValidationException

public LdapValidationException(String msg)
This creates a new LdapValidationException with the supplied String.

Parameters:
msg - String

LdapValidationException

public LdapValidationException(Exception e)
This creates a new LdapValidationException with the supplied Exception.

Parameters:
e - Exception

LdapValidationException

public LdapValidationException(String msg,
                               Exception e)
This creates a new LdapValidationException with the supplied String and Exception.

Parameters:
msg - String
e - Exception


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.