com.espertech.esper.client.dataflow
Class EPDataFlowCancellationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.client.EPException
                  extended by com.espertech.esper.client.dataflow.EPDataFlowCancellationException
All Implemented Interfaces:
java.io.Serializable

public class EPDataFlowCancellationException
extends EPException

Indicates cancellation of a data flow instance.

See Also:
Serialized Form

Constructor Summary
EPDataFlowCancellationException(java.lang.String message, java.lang.String dataFlowName)
          Ctor.
EPDataFlowCancellationException(java.lang.String message, java.lang.Throwable cause, java.lang.String dataFlowName)
          Ctor.
EPDataFlowCancellationException(java.lang.Throwable cause, java.lang.String dataFlowName)
          Ctor.
 
Method Summary
 java.lang.String getDataFlowName()
          Returns the data flow name.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPDataFlowCancellationException

public EPDataFlowCancellationException(java.lang.String message,
                                       java.lang.String dataFlowName)
Ctor.

Parameters:
message - cancel message
dataFlowName - data flow name

EPDataFlowCancellationException

public EPDataFlowCancellationException(java.lang.String message,
                                       java.lang.Throwable cause,
                                       java.lang.String dataFlowName)
Ctor.

Parameters:
message - cancel message
cause - cause
dataFlowName - data flow name

EPDataFlowCancellationException

public EPDataFlowCancellationException(java.lang.Throwable cause,
                                       java.lang.String dataFlowName)
Ctor.

Parameters:
cause - cause
dataFlowName - data flow name
Method Detail

getDataFlowName

public java.lang.String getDataFlowName()
Returns the data flow name.

Returns:
name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com