org.acegisecurity.ldap
Class LdapDataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.acegisecurity.ldap.LdapDataAccessException
All Implemented Interfaces:
java.io.Serializable

public class LdapDataAccessException
extends org.springframework.dao.DataAccessException

Used to wrap unexpected NamingExceptions while accessing the LDAP server or for other LDAP-related data problems such as data we can't handle.

Version:
$Id: LdapDataAccessException.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Luke Taylor
See Also:
Serialized Form

Constructor Summary
LdapDataAccessException(java.lang.String msg)
           
LdapDataAccessException(java.lang.String msg, java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

LdapDataAccessException

public LdapDataAccessException(java.lang.String msg)

LdapDataAccessException

public LdapDataAccessException(java.lang.String msg,
                               java.lang.Throwable ex)


Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.