Class InvalidEntryException
- 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
-
- org.springframework.ldap.odm.core.impl.InvalidEntryException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidEntryException extends OdmException
Thrown to indicate that an instance is not suitable for persisting in the LDAP directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidEntryException(java.lang.String message)
InvalidEntryException(java.lang.String message, java.lang.Throwable reason)
-
Method Summary
-
Methods inherited from class org.springframework.ldap.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-