Package ru.gentoos.products.Exceptions
Class ProductNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.gentoos.products.Exceptions.ProductNotFoundException
- All Implemented Interfaces:
Serializable
Исключение — продукт не найден.
Выбрасывается при запросе по ID или имени отсутствующего продукта.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProductNotFoundException
- Parameters:
id- идентификатор продукта
-
ProductNotFoundException
- Parameters:
name- имя продукта
-