Class BinaryPersistenceExceptionInvalidList
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.persistence.exceptions.PersistenceException
one.microstream.persistence.binary.exceptions.BinaryPersistenceException
one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidList
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BinaryPersistenceExceptionInvalidListElements
public class BinaryPersistenceExceptionInvalidList extends BinaryPersistenceException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionInvalidList(long entityLength, long objectId, long typeId, long listStartOffset, long listTotalLength)
-
Method Summary
Modifier and Type Method Description String
assembleDetailString()
static String
messageBody()
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
-
Constructor Details
-
BinaryPersistenceExceptionInvalidList
public BinaryPersistenceExceptionInvalidList(long entityLength, long objectId, long typeId, long listStartOffset, long listTotalLength)
-
-
Method Details
-
messageBody
-
assembleDetailString
- Overrides:
assembleDetailString
in classBaseException
-