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
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
UncategorizedLdapException
public UncategorizedLdapException(String msg)
UncategorizedLdapException
public UncategorizedLdapException(String msg,
Throwable cause)
UncategorizedLdapException
public UncategorizedLdapException(Throwable cause)