Class EventNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class EventNotFoundException
    extends Exception
    Thrown if an event looked up (typically by id) was not found.
    Author:
    Daniel Henninger
    See Also:
    Serialized Form
    • Constructor Detail

      • EventNotFoundException

        public EventNotFoundException()
      • EventNotFoundException

        public EventNotFoundException​(String message)
      • EventNotFoundException

        public EventNotFoundException​(Throwable cause)
      • EventNotFoundException

        public EventNotFoundException​(String message,
                                      Throwable cause)