Class TerminatedTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processor.exception.ProcessException
org.apache.nifi.processor.exception.TerminatedTaskException
- All Implemented Interfaces:
Serializable
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- See Also:
-
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
-
Constructor Details
-
TerminatedTaskException
public TerminatedTaskException()
-