Class UnmanagedClassException
- 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.UnmanagedClassException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnmanagedClassException extends OdmException
Thrown when an OdmManager method is called with a class which is not being managed by the OdmManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmanagedClassException(java.lang.String message)UnmanagedClassException(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
-
-