Class SubscriptionNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionNotFoundException
    extends RuntimeException
    Indicates that a subscription was not found in, either on source or sink side.
    See Also:
    Serialized Form
    • Constructor Detail

      • SubscriptionNotFoundException

        public SubscriptionNotFoundException()
      • SubscriptionNotFoundException

        public SubscriptionNotFoundException​(String message)
      • SubscriptionNotFoundException

        public SubscriptionNotFoundException​(String message,
                                             Throwable cause)
      • SubscriptionNotFoundException

        public SubscriptionNotFoundException​(Throwable cause)
      • SubscriptionNotFoundException

        public SubscriptionNotFoundException​(String message,
                                             Throwable cause,
                                             boolean enableSuppression,
                                             boolean writableStackTrace)