Class PersistenceExceptionConsistencyInvalidId
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.PersistenceExceptionConsistencyInvalidId
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PersistenceExceptionConsistencyInvalidObjectId,- PersistenceExceptionConsistencyInvalidTypeId
public class PersistenceExceptionConsistencyInvalidId extends PersistenceExceptionConsistency
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description PersistenceExceptionConsistencyInvalidId(long id)PersistenceExceptionConsistencyInvalidId(long id, String message)
- 
Method SummaryModifier and Type Method Description longgetId()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleDetailString, assembleOutputString, getMessage, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PersistenceExceptionConsistencyInvalidIdpublic PersistenceExceptionConsistencyInvalidId(long id)
- 
PersistenceExceptionConsistencyInvalidId
 
- 
- 
Method Details- 
getIdpublic final long getId()
 
-