Class RepricingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingservices.errors.exceptions.RepricingException
All Implemented Interfaces:
Serializable

public class RepricingException extends Exception
The Repricer Request Exception to be thrown when an error response is retrieved from the external repricer request call.
See Also:
  • Constructor Details

    • RepricingException

      public RepricingException()
      Default constructor
    • RepricingException

      public RepricingException(String message, Throwable cause)
      Instantiates a new RepricingException.
      Parameters:
      message - the message
      cause - the cause
    • RepricingException

      public RepricingException(String message)
      Instantiates a new RepricingException.
      Parameters:
      message - the message
    • RepricingException

      public RepricingException(Throwable cause)
      Instantiates a new RepricingException.
      Parameters:
      cause - the cause