Class FlowFileHandlingException

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

public class FlowFileHandlingException extends RuntimeException
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. In any event this exception indicates a logic or programming error within the processor interacting with the offending session.
See Also:
  • Field Details

  • Constructor Details

    • FlowFileHandlingException

      public FlowFileHandlingException(String message)
    • FlowFileHandlingException

      public FlowFileHandlingException(String message, Throwable cause)