Class SendNotificationException

  • All Implemented Interfaces:
    Serializable

    public class SendNotificationException
    extends Exception
    The SendNotificationException class is used to throw exceptions whenever an error is encountered in sending notifications to applications. Errors include unsupported protocol, applications unreachable, communication link error etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • SendNotificationException

        public SendNotificationException​(String msg)
        Constructs an instance of the SendNotificationException class.
        Parameters:
        msg - The message provided by the object which is throwing the exception.
      • SendNotificationException

        public SendNotificationException​(Throwable t)
        Constructs an instance of the SendNotificationException class.
        Parameters:
        t - The Throwable object provided by the object which is throwing the exception.