Class FlowInterruptedWithErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- lumis.portal.analytics.automationflow.FlowInterruptedWithErrorException
-
- All Implemented Interfaces:
Serializable
public class FlowInterruptedWithErrorException extends RuntimeException
This exception is used to stop the flow without log, but, register end flow event without success.- Since:
- 12.3.0
- Version:
- $Revision: 23745 $ $Date: 2020-04-07 20:09:15 -0300 (Tue, 07 Apr 2020) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowInterruptedWithErrorException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FlowInterruptedWithErrorException
public FlowInterruptedWithErrorException(String msg)
-
-