Class OdmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.odm.core.OdmException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidEntryException, MetaDataException, UnmanagedClassException

public class OdmException extends NamingException
The root of the Spring LDAP ODM exception hierarchy.
See Also:
  • Constructor Details

    • OdmException

      public OdmException(String message)
    • OdmException

      public OdmException(String message, Throwable e)