Class CommerceBundleCartModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.commerceservices.order.CommerceCartModificationException
de.hybris.platform.travelservices.order.CommerceBundleCartModificationException
- All Implemented Interfaces:
Serializable
public class CommerceBundleCartModificationException
extends de.hybris.platform.commerceservices.order.CommerceCartModificationException
The type Commerce bundle cart modification exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Commerce bundle cart modification exception.CommerceBundleCartModificationException(String message, Throwable cause) Instantiates a new Commerce bundle cart modification 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
-
CommerceBundleCartModificationException
Instantiates a new Commerce bundle cart modification exception.- Parameters:
message- the message
-
CommerceBundleCartModificationException
Instantiates a new Commerce bundle cart modification exception.- Parameters:
message- the messagecause- the cause
-