org.acegisecurity.ldap
Class LdapDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.acegisecurity.ldap.LdapDataAccessException
- All Implemented Interfaces:
- 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
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
LdapDataAccessException
public LdapDataAccessException(String msg)
LdapDataAccessException
public LdapDataAccessException(String msg,
Throwable ex)
Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.