Class NoAlertPresentException

All Implemented Interfaces:
Serializable

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

    • NoAlertPresentException

      public NoAlertPresentException()
    • NoAlertPresentException

      public NoAlertPresentException(String message)
    • NoAlertPresentException

      public NoAlertPresentException(Throwable cause)
    • NoAlertPresentException

      public NoAlertPresentException(String message, Throwable cause)