Class UnknownSubscriptionException

  • All Implemented Interfaces:
    Serializable

    public class UnknownSubscriptionException
    extends com.aquima.interactions.foundation.exception.AppException
    Exception that is used by the subscription manager when a subscription is requested with an unknown id.
    Since:
    9.2
    Author:
    Nicky van Noorloos
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownSubscriptionException

        public UnknownSubscriptionException​(String subscriptionId)
        Create an exception with the subscription id that does not correspond to a valid subscription.
        Parameters:
        subscriptionId - The requested subscription id.
    • Method Detail

      • getSubscriptionId

        public String getSubscriptionId()
        This method returns the subscription id that has not correspond to a valid subscription.
        Returns:
        The requested subscription id, may be null.