Class MissingFlowFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processor.exception.MissingFlowFileException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MissingFlowFileException
-