Class BinaryPersistenceExceptionInvalidListElements
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
one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidListElements
- All Implemented Interfaces:
 Serializable
public class BinaryPersistenceExceptionInvalidListElements extends BinaryPersistenceExceptionInvalidList
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionInvalidListElements(long entityLength, long objectId, long typeId, long listStartOffset, long listTotalLength, long listElementCount, long elementLength) - 
Method Summary
Modifier and Type Method Description protected StringassembleDetailStringBody()Methods inherited from class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidList
assembleDetailString, messageBodyMethods inherited from class one.microstream.exceptions.BaseException
assembleExplicitMessageAddon, assembleOutputString, getMessage, messageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BinaryPersistenceExceptionInvalidListElements
public BinaryPersistenceExceptionInvalidListElements(long entityLength, long objectId, long typeId, long listStartOffset, long listTotalLength, long listElementCount, long elementLength) 
 - 
 - 
Method Details
- 
assembleDetailStringBody
- Overrides:
 assembleDetailStringBodyin classBinaryPersistenceExceptionInvalidList
 
 -