Class TravellerNotEligibleForTransportOfferingInCartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.TravellerNotEligibleForTransportOfferingInCartException
- All Implemented Interfaces:
Serializable
The exception thrown when traveller not eligible for transport offering in the cart.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Traveller not eligible for transport offering in the cart exception.Instantiates a new Traveller not eligible for transport offering in the cart exception.TravellerNotEligibleForTransportOfferingInCartException(String message, Throwable cause) Instantiates a new Traveller not eligible for transport offering in the cart exception.TravellerNotEligibleForTransportOfferingInCartException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Traveller not eligible for transport offering in the cart exception.Instantiates a new Traveller not eligible for transport offering in the 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
-
TravellerNotEligibleForTransportOfferingInCartException
public TravellerNotEligibleForTransportOfferingInCartException()Instantiates a new Traveller not eligible for transport offering in the cart exception. -
TravellerNotEligibleForTransportOfferingInCartException
Instantiates a new Traveller not eligible for transport offering in the cart exception.- Parameters:
message- the message
-
TravellerNotEligibleForTransportOfferingInCartException
Instantiates a new Traveller not eligible for transport offering in the cart exception.- Parameters:
message- the messagecause- the cause
-
TravellerNotEligibleForTransportOfferingInCartException
Instantiates a new Traveller not eligible for transport offering in the cart exception.- Parameters:
cause- the cause
-
TravellerNotEligibleForTransportOfferingInCartException
public TravellerNotEligibleForTransportOfferingInCartException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Traveller not eligible for transport offering in the cart exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-