Class InvalidPriceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.InvalidPriceException
All Implemented Interfaces:
Serializable

public class InvalidPriceException extends RuntimeException
The exception thrown when price is expired or invalid.
See Also:
  • Constructor Details

    • InvalidPriceException

      public InvalidPriceException(String message)
      Instantiates a new Invalid price exception.
      Parameters:
      message - the message
    • InvalidPriceException

      public InvalidPriceException(String message, Throwable cause)
      Instantiates a new Invalid price exception.
      Parameters:
      message - the message
      cause - the cause