com.espertech.esper.client.dataflow
Class EPDataFlowInstantiationException

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

public class EPDataFlowInstantiationException
extends EPException

Indicates an exception instantiating a data flow.

See Also:
Serialized Form

Constructor Summary
EPDataFlowInstantiationException(java.lang.String message)
          Ctor.
EPDataFlowInstantiationException(java.lang.String message, java.lang.Throwable cause)
          Ctor.
EPDataFlowInstantiationException(java.lang.Throwable cause)
          Ctor.
 
Method Summary
 
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

EPDataFlowInstantiationException

public EPDataFlowInstantiationException(java.lang.String message)
Ctor.

Parameters:
message - the message

EPDataFlowInstantiationException

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

Parameters:
message - the message
cause - the inner exception

EPDataFlowInstantiationException

public EPDataFlowInstantiationException(java.lang.Throwable cause)
Ctor.

Parameters:
cause - the inner exception

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