| Exception | Description |
|---|---|
| FlowFileAccessException |
Indicates an issue occurred while accessing the content of a FlowFile, such
as an IOException, or obtaining a reference to the FlowFile
|
| FlowFileHandlingException |
Thrown when a flow file is referenced that is not part of the appropriate
session or is not properly accounted for by a transfer or removal within a
session.
|
| MissingFlowFileException |
Thrown to indicate that the content for some FlowFile could not be found.
|
| ProcessException |
Indicates an issue occurred in user code while processing a FlowFile.
|
| TerminatedTaskException |
This Exception is thrown whenever a user terminates a Processor and the
Processor subsequently attempts to call a method on a
ProcessSession,
ProcessSessionFactory, ProcessContext, or an
InputStream or OutputStream that were generated from the associated
Process Sessions |
Copyright © 2022 Apache NiFi Project. All rights reserved.