org.springframework.ldap
Class UncategorizedLdapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.UncategorizedLdapException
- All Implemented Interfaces:
- Serializable
public class UncategorizedLdapException
- extends NamingException
NamingException to be thrown when no other matching subclass is found.
- Since:
- 1.2
- Author:
- Ulrik Sandberg
- See Also:
- Serialized Form
UncategorizedLdapException
public UncategorizedLdapException(String msg)
UncategorizedLdapException
public UncategorizedLdapException(String msg,
Throwable cause)
UncategorizedLdapException
public UncategorizedLdapException(Throwable cause)
Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.