Class ProductDetailsRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.catalog.service.product.commerce.exception.ProductDetailsRequestException
All Implemented Interfaces:
Serializable

public class ProductDetailsRequestException extends RuntimeException
Defines exceptions that can be thrown while responding to a ProductDetailsRequest.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • ProductDetailsRequestException

      public ProductDetailsRequestException()
    • ProductDetailsRequestException

      public ProductDetailsRequestException(String message)
    • ProductDetailsRequestException

      public ProductDetailsRequestException(String message, Throwable cause)
    • ProductDetailsRequestException

      public ProductDetailsRequestException(Throwable cause)
    • ProductDetailsRequestException

      public ProductDetailsRequestException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details