Class BinaryPersistenceExceptionIncompleteChunk
- 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.BinaryPersistenceExceptionIncompleteChunk
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionIncompleteChunk extends BinaryPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength)
BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, String message)
BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, String message, Throwable cause)
BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, Throwable cause)
-
Method Summary
Modifier and Type Method Description long
getCurrentChunkLength()
long
getTotalChunkLength()
-
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 Detail
-
BinaryPersistenceExceptionIncompleteChunk
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength)
-
BinaryPersistenceExceptionIncompleteChunk
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, String message)
-
BinaryPersistenceExceptionIncompleteChunk
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, Throwable cause)
-
BinaryPersistenceExceptionIncompleteChunk
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength, long totalChunkLength, String message, Throwable cause)
-
-