Class AlarmIdNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlarmIdNotFoundException
    extends java.lang.RuntimeException

    AlarmIdNotFoundException class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String badId  
      protected java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      AlarmIdNotFoundException​(java.lang.String msg, java.lang.String id)
      Constructor for AlarmIdNotFoundException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBadID()
      getBadID
      java.lang.String getMessage()
      Getter for the field message.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • badId

        protected java.lang.String badId
      • message

        protected java.lang.String message
    • Constructor Detail

      • AlarmIdNotFoundException

        public AlarmIdNotFoundException​(java.lang.String msg,
                                        java.lang.String id)

        Constructor for AlarmIdNotFoundException.

        Parameters:
        msg - a String object.
        id - a String object.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()

        Getter for the field message.

        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        a String object.
      • getBadID

        public java.lang.String getBadID()

        getBadID

        Returns:
        a String object.