Class EthosChangeNotificationSubscriptionException

  • All Implemented Interfaces:
    Serializable

    public class EthosChangeNotificationSubscriptionException
    extends RuntimeException
    A RuntimeException that can be throws during subscription processing for ChangeNotifications.
    Since:
    0.2.0
    Author:
    David Kumar
    See Also:
    Serialized Form
    • Constructor Detail

      • EthosChangeNotificationSubscriptionException

        public EthosChangeNotificationSubscriptionException​(String message)
        Constructs this exception with the given error message.
        Parameters:
        message - The error message pertinent to ChangeNotification processing.
      • EthosChangeNotificationSubscriptionException

        public EthosChangeNotificationSubscriptionException​(String message,
                                                            Throwable throwable)
        Constructs this exception with the given error message and Throwable cause.
        Parameters:
        message - The error message pertinent to ChangeNotification processing.
        throwable - The cause of this exception.