Class WatchdogRunFailedEvent

  • All Implemented Interfaces:
    Event

    public class WatchdogRunFailedEvent
    extends AbstractEvent
    Raised when the watchdog itself runs into an error that is logged.
    • Constructor Detail

      • WatchdogRunFailedEvent

        public WatchdogRunFailedEvent​(Context context,
                                      Throwable cause)
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.
      • cause

        public Throwable cause()
        Description copied from interface: Event
        If present, holds the cause for this event. Usually present if raised because of an excetion.
        Returns:
        the throwable if present.