Class PersistenceExceptionConsistencyTid
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.persistence.exceptions.PersistenceException
one.microstream.persistence.exceptions.PersistenceExceptionConsistency
one.microstream.persistence.exceptions.PersistenceExceptionConsistencyTid
- All Implemented Interfaces:
 Serializable
public class PersistenceExceptionConsistencyTid extends PersistenceExceptionConsistency
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description PersistenceExceptionConsistencyTid(long objectId, long actualTypeId, long passedTypeId, Object reference) - 
Method Summary
Modifier and Type Method Description longactualTypeId()StringassembleDetailString()longobjectId()longpassedTypeId()Objectreference()Methods inherited from class one.microstream.exceptions.BaseException
assembleExplicitMessageAddon, assembleOutputString, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PersistenceExceptionConsistencyTid
public PersistenceExceptionConsistencyTid(long objectId, long actualTypeId, long passedTypeId, Object reference) 
 - 
 - 
Method Details
- 
reference
 - 
objectId
public long objectId() - 
actualTypeId
public long actualTypeId() - 
passedTypeId
public long passedTypeId() - 
assembleDetailString
- Overrides:
 assembleDetailStringin classBaseException
 
 -