Class RecipeNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cis.gorecipe.exception.RecipeNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class RecipeNotFoundException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • RecipeNotFoundException

      public RecipeNotFoundException(Long id)
    • RecipeNotFoundException

      public RecipeNotFoundException(String error)