Class RepricingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingservices.errors.exceptions.RepricingException
- All Implemented Interfaces:
Serializable
The Repricer Request Exception to be thrown when an error response is retrieved from the external repricer request call.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRepricingException(String message) Instantiates a new RepricingException.RepricingException(String message, Throwable cause) Instantiates a new RepricingException.RepricingException(Throwable cause) Instantiates a new RepricingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepricingException
public RepricingException()Default constructor -
RepricingException
Instantiates a new RepricingException.- Parameters:
message- the messagecause- the cause
-
RepricingException
Instantiates a new RepricingException.- Parameters:
message- the message
-
RepricingException
Instantiates a new RepricingException.- Parameters:
cause- the cause
-