Class SubscriptionNotFoundException

All Implemented Interfaces:
Serializable

public class SubscriptionNotFoundException extends EventException
The exception thrown when problems updating or deleting a subscription are detected due to the Subscription not being found in the OSGi registry.
See Also:
  • Constructor Details

    • SubscriptionNotFoundException

      public SubscriptionNotFoundException(String message)
      Instantiates a new subscription not found exception with the provided message.
      Parameters:
      message - the message
    • SubscriptionNotFoundException

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

      public SubscriptionNotFoundException(Throwable throwable)
      Instantiates a new subscription not found exception with the provided throwable.
      Parameters:
      throwable - the throwable