Class AddSolutionToCartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingfacades.errors.exceptions.AddSolutionToCartException
- All Implemented Interfaces:
Serializable
The Add to Cart Solution Exception to be thrown when a business validation fails during the add solution to cart.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Add solution to cart exception.AddSolutionToCartException(String message) Instantiates a new Add solution to cart exception.AddSolutionToCartException(String message, Throwable cause) Instantiates a new Add solution to cart exception.Instantiates a new Add solution to cart exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AddSolutionToCartException
public AddSolutionToCartException()Instantiates a new Add solution to cart exception. -
AddSolutionToCartException
Instantiates a new Add solution to cart exception.- Parameters:
message- the message
-
AddSolutionToCartException
Instantiates a new Add solution to cart exception.- Parameters:
message- the messagecause- the cause
-
AddSolutionToCartException
Instantiates a new Add solution to cart exception.- Parameters:
cause- the cause
-