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