Class KeyNotFoundException

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

public class KeyNotFoundException extends RuntimeException implements scala.Product, Serializable
Represents the exception thrown while referring to an invalid key that is not present in alarm store.

param: message represents the message with the key that is not present in the alarm store

See Also: