Class IngredientCategoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hebkstudents.recipemanager.exception.IngredientCategoryNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class IngredientCategoryNotFoundException
extends java.lang.Exception
Exception is thrown if a category of an ingredient can not be found but is requested
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IngredientCategoryNotFoundException(java.lang.String message)
Constructs a new IngredientCategoryNotFoundException object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
IngredientCategoryNotFoundException
public IngredientCategoryNotFoundException(java.lang.String message)Constructs a new IngredientCategoryNotFoundException object- Parameters:
message
- A String which contains a message
-