Class UnknownNotificationException

  • All Implemented Interfaces:
    Serializable

    public class UnknownNotificationException
    extends Exception
    Thrown by Agent in the react method to indicate that the notification is unknown.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnknownNotificationException

        public UnknownNotificationException()
        Constructs a new UnknownNotificationException with no detail message.
      • UnknownNotificationException

        public UnknownNotificationException​(String s)
        Constructs a new UnknownNotificationException with the specified detail message.
        Parameters:
        s - the detail message.