Class InactiveAlarmException

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class InactiveAlarmException extends RuntimeException implements scala.Product, Serializable
Represents exception thrown when getting aggregated severity or health with no actives alarms

param: key for which all the alarms are inactive

See Also:
  • Constructor Details

    • InactiveAlarmException

      public InactiveAlarmException(Key key)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • key

      public Key key()