java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertHigh
All Implemented Interfaces:
Serializable

public class AlertHigh extends AlertMessage
The AlertHigh class
See Also:
  • Constructor Details

    • AlertHigh

      public AlertHigh(String msg)
      Constructs an AlertHigh object with a given message
      Parameters:
      msg - the alert message
      Throws:
      IllegalArgumentException - if msg is null or empty string
  • Method Details

    • equals

      public boolean equals(Object obj)
      Compares two AlertHigh object for equality.
      Overrides:
      equals in class AlertMessage
    • toString

      public String toString()
      Returns the string representation of this AlertHigh instance
      Overrides:
      toString in class Object