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
-
Methods inherited from class one.microstream.persistence.binary.exceptions.BinaryPersistenceExceptionInvalidList
assembleDetailString, 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
-
-