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:
Serializable
Thrown to indicate that an instance is not suitable for persisting in the LDAP directory.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEntryException(String message) InvalidEntryException(String message, Throwable reason) -
Method Summary
Methods inherited from class org.springframework.ldap.NamingException
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObjMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEntryException
-
InvalidEntryException
-