Class InvalidSubscriptionException

All Implemented Interfaces:
Serializable

public class InvalidSubscriptionException extends EventException
The exception thrown when problems creating a subscription are detected due to invalid data in the Subscription, such as a missing DeliveryMethod.
See Also:
  • Constructor Details

    • InvalidSubscriptionException

      public InvalidSubscriptionException(String message)
      Instantiates a new invalid subscription exception with the provided message.
      Parameters:
      message - the message
    • InvalidSubscriptionException

      public InvalidSubscriptionException(String message, Throwable throwable)
      Instantiates a new invalid subscription exception with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • InvalidSubscriptionException

      public InvalidSubscriptionException(Throwable throwable)
      Instantiates a new invalid subscription exception with the provided throwable.
      Parameters:
      throwable - the throwable