Class ProductNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mt.ecommerce.product.exception.MTException
com.mt.ecommerce.product.exception.ProductNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a requested product is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProductNotFoundException
(String message) Constructs a new ProductNotFoundException with the specified detail message. -
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
Constructs a new ProductNotFoundException with the specified detail message.- Parameters:
message
- the detail message
-