Class AddTravellerToCartExceptionService
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelservices.exceptions.AddTravellerToCartExceptionService
- All Implemented Interfaces:
Serializable
The Add Traveller To Cart Exception to be thrown from the add travellers to cart service method.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorAddTravellerToCartExceptionService(String message) Instantiates a new Add Traveller To Cart exception.AddTravellerToCartExceptionService(String message, Throwable cause) Instantiates a new Add Traveller To Cart exception.Instantiates a new Add Traveller 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
-
AddTravellerToCartExceptionService
public AddTravellerToCartExceptionService()Default constructor -
AddTravellerToCartExceptionService
Instantiates a new Add Traveller To Cart exception.- Parameters:
message- the messagecause- the cause
-
AddTravellerToCartExceptionService
Instantiates a new Add Traveller To Cart exception.- Parameters:
message- the message
-
AddTravellerToCartExceptionService
Instantiates a new Add Traveller To Cart exception.- Parameters:
cause- the cause
-