Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alpha.mongodb.entitymanager.exception.ManagedEntityRuntimeException
-
- com.alpha.mongodb.entitymanager.exception.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends ManagedEntityRuntimeException
Thrown when a refresh is called on an entity that doesn't exist in the database- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-