Class RecipeSuggestionNotFoundException

All Implemented Interfaces:
Serializable

public class RecipeSuggestionNotFoundException extends NotFoundException
This exception is thrown when a recipe suggestion is not found
See Also:
  • Constructor Details

    • RecipeSuggestionNotFoundException

      public RecipeSuggestionNotFoundException(String value)
      This method constructs a new RecipeSuggestionNotFoundException with the specified value.
      Parameters:
      value - The value used to search for the recipe suggestion that was not found.
    • RecipeSuggestionNotFoundException

      public RecipeSuggestionNotFoundException(Long value)
      This method constructs a new RecipeSuggestionNotFoundException with the specified value.
      Parameters:
      value - The value used to search for the recipe suggestion that was not found.