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 Summary
Constructors Constructor Description PersistenceExceptionConsistencyInvalidId(long id)
PersistenceExceptionConsistencyInvalidId(long id, String message)
-
Method Summary
Modifier and Type Method Description long
getId()
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceExceptionConsistencyInvalidId
public PersistenceExceptionConsistencyInvalidId(long id) -
PersistenceExceptionConsistencyInvalidId
-
-
Method Details
-
getId
public final long getId()
-