Class MissingFlowFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processor.exception.MissingFlowFileException
All Implemented Interfaces:
Serializable

public class MissingFlowFileException extends RuntimeException
Thrown to indicate that the content for some FlowFile could not be found. This indicates that the data is gone and likely cannot be restored and any information about the FlowFile should be discarded entirely. This likely indicates some influence from an external process outside the control of the framework and it is not something any processor or the framework can recover so it must discard the object.
See Also:
  • Field Details

  • Constructor Details

    • MissingFlowFileException

      public MissingFlowFileException(String message, Throwable cause)