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

public class EPDataFlowCancellationException extends EPException
Indicates cancellation of a data flow instance.
See Also:
  • Constructor Details

    • EPDataFlowCancellationException

      public EPDataFlowCancellationException(String message, String dataFlowName)
      Ctor.
      Parameters:
      message - cancel message
      dataFlowName - data flow name
    • EPDataFlowCancellationException

      public EPDataFlowCancellationException(String message, Throwable cause, String dataFlowName)
      Ctor.
      Parameters:
      message - cancel message
      cause - cause
      dataFlowName - data flow name
    • EPDataFlowCancellationException

      public EPDataFlowCancellationException(Throwable cause, String dataFlowName)
      Ctor.
      Parameters:
      cause - cause
      dataFlowName - data flow name
  • Method Details

    • getDataFlowName

      public String getDataFlowName()
      Returns the data flow name.
      Returns:
      name