Package one.microstream.entity
Class EntityExceptionMissingDataForVersion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.entity.EntityException
one.microstream.entity.EntityExceptionMissingDataForVersion
- All Implemented Interfaces:
Serializable
public class EntityExceptionMissingDataForVersion extends EntityException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EntityExceptionMissingDataForVersion(Entity entity, Object versionKey)
-
Method Summary
Modifier and Type Method Description String
assembleDetailString()
Entity
entity()
Object
versionKey()
Methods inherited from class one.microstream.exceptions.BaseException
assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
entity
-
versionKey
-
assembleDetailString
- Overrides:
assembleDetailString
in classBaseException
-