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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassembleDetailString()protected StringassembleDetailStringBody()static StringmessageBody()-
Methods inherited from class one.microstream.exceptions.BaseException
assembleExplicitMessageAddon, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-