Class SubscriptionChangeNotAppliedException

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionChangeNotAppliedException
    extends RuntimeException
    Exception raised when change cannot be applied to the running subscription, and the subscription is unchanged. It represents an situation that the change cannot applied to the the subscription and the subscription is not affected and thus does not need to terminate.
    Since:
    19.3
    See Also:
    Serialized Form
    • Field Detail

      • MAX_NUM_PENDING_CHANGES

        public static final long MAX_NUM_PENDING_CHANGES
        The max number of pending subscription changes is 32.
        See Also:
        Constant Field Values