Class RecipeSuggestionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotFoundException
edu.ntnu.idatt2106_2023_06.backend.exception.not_found.RecipeSuggestionNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a recipe suggestion is not found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis method constructs a new RecipeSuggestionNotFoundException with the specified value.This method constructs a new RecipeSuggestionNotFoundException with the specified value. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecipeSuggestionNotFoundException
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
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.
-