Class TravelCartModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.travelservices.order.TravelCartModificationException
- All Implemented Interfaces:
Serializable
public class TravelCartModificationException
extends de.hybris.platform.servicelayer.exceptions.BusinessException
Exception thrown if the cart cannot be modified.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTravelCartModificationException(String message) Instantiates a new TravelCartModificationException.TravelCartModificationException(String message, String reason, Throwable cause) Instantiates a new TravelCartModificationException.TravelCartModificationException(String message, Throwable cause) Instantiates a new TravelCartModificationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TravelCartModificationException
Instantiates a new TravelCartModificationException.- Parameters:
message- the message
-
TravelCartModificationException
Instantiates a new TravelCartModificationException.- Parameters:
message- the messagecause- the cause
-
TravelCartModificationException
Instantiates a new TravelCartModificationException.- Parameters:
message- the messagereason- the reasoncause- the cause
-
-
Method Details
-
getReason
Gets reason.- Returns:
- the reason
-