org.springframework.security.ldap
Class LdapDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.security.ldap.LdapDataAccessException
- All Implemented Interfaces:
- Serializable
Deprecated. Spring LDAP classes are now used instead.
public class LdapDataAccessException
- extends 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$
- Author:
- Luke Taylor
- See Also:
- Serialized Form
LdapDataAccessException
public LdapDataAccessException(String msg)
- Deprecated.
LdapDataAccessException
public LdapDataAccessException(String msg,
Throwable ex)
- Deprecated.
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.