Class DiscontinuedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processor.util.pattern.DiscontinuedException
- All Implemented Interfaces:
Serializable
Represents a looping process was discontinued.
When a method throws this exception, its caller should stop processing further inputs and stop immediately.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiscontinuedException(String message) DiscontinuedException(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
-
Constructor Details
-
DiscontinuedException
-
DiscontinuedException
-