public class FlushException extends DLException
code| Constructor and Description |
|---|
FlushException(String message,
long lastTxIdWritten,
long lastTxIdAcknowledged) |
FlushException(String message,
long lastTxIdWritten,
long lastTxIdAcknowledged,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastTxIdAcknowledged() |
long |
getLastTxIdWritten() |
getCode, ofaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlushException(String message, long lastTxIdWritten, long lastTxIdAcknowledged)
Copyright © 2016. All Rights Reserved.