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
See Also:
  • Constructor Details

    • UncategorizedLdapException

      public UncategorizedLdapException(String msg)
    • UncategorizedLdapException

      public UncategorizedLdapException(String msg, Throwable cause)
    • UncategorizedLdapException

      public UncategorizedLdapException(Throwable cause)