Class FarePriceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingfacades.errors.exceptions.FarePriceException
All Implemented Interfaces:
Serializable

public class FarePriceException extends Exception
The Fare Price Exception to be thrown when an error response is retrieved from the external fare price request call.
See Also:
  • Constructor Details

    • FarePriceException

      public FarePriceException()
      Default constructor
    • FarePriceException

      public FarePriceException(String message, Throwable cause)
      Instantiates a new FarePriceException.
      Parameters:
      message - the message
      cause - the cause
    • FarePriceException

      public FarePriceException(String message)
      Instantiates a new FarePriceException.
      Parameters:
      message - the message
    • FarePriceException

      public FarePriceException(Throwable cause)
      Instantiates a new FarePriceException.
      Parameters:
      cause - the cause