Class SubscriptionNotEnabledException

    • Constructor Detail

      • SubscriptionNotEnabledException

        public SubscriptionNotEnabledException()
        Create a new instance of SubscriptionNotEnabledException without a detail message or cause.
      • SubscriptionNotEnabledException

        public SubscriptionNotEnabledException​(String message)
        Create a new instance of SubscriptionNotEnabledException with a detail message
        Parameters:
        message - the detail message
      • SubscriptionNotEnabledException

        public SubscriptionNotEnabledException​(String message,
                                               Throwable cause)
        Create a new instance of SubscriptionNotEnabledException with a detail message and cause
        Parameters:
        message - the detail message
        cause - the cause
      • SubscriptionNotEnabledException

        public SubscriptionNotEnabledException​(Throwable cause)
        Create a new instance of SubscriptionNotEnabledException with a and cause
        Parameters:
        cause - the cause