Package org.apache.nifi.processor.exception
package org.apache.nifi.processor.exception
-
Exception ClassesClassDescriptionIndicates an issue occurred while accessing the content of a FlowFile, such as an IOException, or obtaining a reference to the FlowFileThrown 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.Thrown to indicate that the content for some FlowFile could not be found.Indicates an issue occurred in user code while processing a FlowFile.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 anInputStream
orOutputStream
that were generated from the associated Process Sessions