Class ManagedEntityRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alpha.mongodb.entitymanager.exception.ManagedEntityRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityDetachedException
,EntityNotFoundException
,ManagedEntityInitializationException
public class ManagedEntityRuntimeException extends RuntimeException
Managed Entity Runtime exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedEntityRuntimeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ManagedEntityRuntimeException
public ManagedEntityRuntimeException(String message)
-
-