Class EntityDetachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alpha.mongodb.entitymanager.exception.ManagedEntityRuntimeException
-
- com.alpha.mongodb.entitymanager.exception.EntityDetachedException
-
- All Implemented Interfaces:
Serializable
public class EntityDetachedException extends ManagedEntityRuntimeException
Thrown when an entity is detached and a proxied implementation is being called.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityDetachedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-