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 SummaryConstructors Constructor Description PersistenceExceptionConsistencyTid(long objectId, long actualTypeId, long passedTypeId, Object reference)
- 
Method SummaryModifier and Type Method Description longactualTypeId()StringassembleDetailString()longobjectId()longpassedTypeId()Objectreference()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PersistenceExceptionConsistencyTidpublic PersistenceExceptionConsistencyTid(long objectId, long actualTypeId, long passedTypeId, Object reference)
 
- 
- 
Method Details- 
reference
- 
objectIdpublic long objectId()
- 
actualTypeIdpublic long actualTypeId()
- 
passedTypeIdpublic long passedTypeId()
- 
assembleDetailString- Overrides:
- assembleDetailStringin class- BaseException
 
 
-