Class IncompleteSwapFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.EOFException
org.apache.nifi.controller.repository.IncompleteSwapFileException
All Implemented Interfaces:
Serializable

public class IncompleteSwapFileException extends EOFException
Signals that a Swap File could not be complete read in/parsed because the data was not all present
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • swapLocation

      private final String swapLocation
    • partialContents

      private final SwapContents partialContents
  • Constructor Details

    • IncompleteSwapFileException

      public IncompleteSwapFileException(String swapLocation, SwapContents partialContents)
  • Method Details

    • getSwapLocation

      public String getSwapLocation()
    • getPartialContents

      public SwapContents getPartialContents()