Class EPDataFlowCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.EPException
com.espertech.esper.common.client.dataflow.core.EPDataFlowCancellationException
- All Implemented Interfaces:
Serializable
Indicates cancellation of a data flow instance.
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.EPException
EPTYPE
-
Constructor Summary
ConstructorDescriptionEPDataFlowCancellationException
(String message, String dataFlowName) Ctor.EPDataFlowCancellationException
(String message, Throwable cause, String dataFlowName) Ctor.EPDataFlowCancellationException
(Throwable cause, String dataFlowName) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPDataFlowCancellationException
Ctor.- Parameters:
message
- cancel messagedataFlowName
- data flow name
-
EPDataFlowCancellationException
Ctor.- Parameters:
message
- cancel messagecause
- causedataFlowName
- data flow name
-
EPDataFlowCancellationException
Ctor.- Parameters:
cause
- causedataFlowName
- data flow name
-
-
Method Details
-
getDataFlowName
Returns the data flow name.- Returns:
- name
-