public class IncompleteSwapFileException extends EOFException
| Modifier and Type | Field and Description |
|---|---|
private SwapContents |
partialContents |
private static long |
serialVersionUID |
private String |
swapLocation |
| Constructor and Description |
|---|
IncompleteSwapFileException(String swapLocation,
SwapContents partialContents) |
| Modifier and Type | Method and Description |
|---|---|
SwapContents |
getPartialContents() |
String |
getSwapLocation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final String swapLocation
private final SwapContents partialContents
public IncompleteSwapFileException(String swapLocation, SwapContents partialContents)
public String getSwapLocation()
public SwapContents getPartialContents()
Copyright © 2016 Apache NiFi Project. All rights reserved.