Class FlowFileAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processor.exception.FlowFileAccessException
- All Implemented Interfaces:
Serializable
Indicates an issue occurred while accessing the content of a FlowFile, such
as an IOException, or obtaining a reference to the FlowFile
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlowFileAccessException
(String message) FlowFileAccessException
(String message, Throwable cause) -
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
-
FlowFileAccessException
-
FlowFileAccessException
-