public class BinaryPersistenceExceptionIncompleteChunk extends BinaryPersistenceException
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentChunkLength() |
long |
getTotalChunkLength() |
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, messageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength,
long totalChunkLength)
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength,
long totalChunkLength,
String message)
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength,
long totalChunkLength,
Throwable cause)
public BinaryPersistenceExceptionIncompleteChunk(long currentChunkLength,
long totalChunkLength,
String message,
Throwable cause)
Copyright © 2022 MicroStream Software. All rights reserved.