Class FarePriceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingfacades.errors.exceptions.FarePriceException
- All Implemented Interfaces:
Serializable
The Fare Price Exception to be thrown when an error response is retrieved from the external fare price request call.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorFarePriceException(String message) Instantiates a new FarePriceException.FarePriceException(String message, Throwable cause) Instantiates a new FarePriceException.FarePriceException(Throwable cause) Instantiates a new FarePriceException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FarePriceException
public FarePriceException()Default constructor -
FarePriceException
Instantiates a new FarePriceException.- Parameters:
message- the messagecause- the cause
-
FarePriceException
Instantiates a new FarePriceException.- Parameters:
message- the message
-
FarePriceException
Instantiates a new FarePriceException.- Parameters:
cause- the cause
-