Class NoAlertPresentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoAlertPresentException
    extends NotFoundException
    Indicates that a user has tried to access an alert when one is not present.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoAlertPresentException

        public NoAlertPresentException()
      • NoAlertPresentException

        public NoAlertPresentException​(java.lang.String message)
      • NoAlertPresentException

        public NoAlertPresentException​(java.lang.Throwable cause)
      • NoAlertPresentException

        public NoAlertPresentException​(java.lang.String message,
                                       java.lang.Throwable cause)