Class SubscriptionRequestResponseClientNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionRequestResponseClientNotFoundException
    extends RuntimeException
    Indicates that the Http Client for a certain subscription was not found.
    See Also:
    Serialized Form
    • Constructor Detail

      • SubscriptionRequestResponseClientNotFoundException

        public SubscriptionRequestResponseClientNotFoundException()
      • SubscriptionRequestResponseClientNotFoundException

        public SubscriptionRequestResponseClientNotFoundException​(String message)
      • SubscriptionRequestResponseClientNotFoundException

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

        public SubscriptionRequestResponseClientNotFoundException​(Throwable cause)
      • SubscriptionRequestResponseClientNotFoundException

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