Class GadgetNotFoundException

All Implemented Interfaces:
Serializable

public class GadgetNotFoundException extends RuntimeException
Thrown if the gadget identified by the GadgetId does not exist.
See Also:
  • Constructor Details

    • GadgetNotFoundException

      public GadgetNotFoundException(GadgetId gadgetId)
  • Method Details

    • getGadgetId

      public GadgetId getGadgetId()