Class EPDataFlowInstantiationException

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.EPDataFlowInstantiationException
All Implemented Interfaces:
Serializable

public class EPDataFlowInstantiationException extends EPException
Indicates an exception instantiating a data flow.
See Also:
  • Constructor Details

    • EPDataFlowInstantiationException

      public EPDataFlowInstantiationException(String message)
      Ctor.
      Parameters:
      message - the message
    • EPDataFlowInstantiationException

      public EPDataFlowInstantiationException(String message, Throwable cause)
      Ctor.
      Parameters:
      message - the message
      cause - the inner exception
    • EPDataFlowInstantiationException

      public EPDataFlowInstantiationException(Throwable cause)
      Ctor.
      Parameters:
      cause - the inner exception