Package one.microstream.entity
Class EntityExceptionIdentityMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.BaseException
-
- one.microstream.entity.EntityException
-
- one.microstream.entity.EntityExceptionIdentityMismatch
-
- All Implemented Interfaces:
Serializable
public class EntityExceptionIdentityMismatch extends EntityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityExceptionIdentityMismatch(Entity entity1, Entity entity2)
-
Method Summary
-
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
-
-
-
-
Method Detail
-
entity1
public final Entity entity1()
-
entity2
public final Entity entity2()
-
assembleDetailString
public String assembleDetailString()
- Overrides:
assembleDetailString
in classBaseException
-
-