Class EPSubscriberException

All Implemented Interfaces:
Serializable

public class EPSubscriberException extends EPException
This exception is thrown to indicate that a subscriber registration failed such as when the subscribe does not expose an acceptable method to receive statement results.
See Also:
  • Constructor Details

    • EPSubscriberException

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

      public EPSubscriberException(String message, Throwable cause)
      Ctor.
      Parameters:
      message - message
      cause - cause