Class EPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, EPDataFlowAlreadyExistsException, EPDataFlowCancellationException, EPDataFlowExecutionException, EPDataFlowInstantiationException, EPDataFlowNotFoundException, EPSubscriberException, EventTypeException, IllegalStateTransitionException, InvalidContextPartitionSelector, VariableConstantValueException, VariableNotFoundException, VariableValueException

public class EPException extends RuntimeException
This exception is thrown to indicate a problem in administration and runtime.
See Also:
  • Field Details

    • EPTYPE

      public static final EPTypeClass EPTYPE
      Type information
  • Constructor Details

    • EPException

      public EPException(String message)
      Ctor.
      Parameters:
      message - - error message
    • EPException

      public EPException(String message, Throwable cause)
      Ctor for an inner exception and message.
      Parameters:
      message - - error message
      cause - - inner exception
    • EPException

      public EPException(Throwable cause)
      Ctor - just an inner exception.
      Parameters:
      cause - - inner exception