Class InvalidCartPriceException

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

public class InvalidCartPriceException extends Exception
The exception thrown when a cart have invalid price.
See Also:
  • Constructor Details

    • InvalidCartPriceException

      public InvalidCartPriceException(String message, Throwable cause)
      Instantiates a new Invalid Cart Price exception.
      Parameters:
      message - the message
      cause - the cause
    • InvalidCartPriceException

      public InvalidCartPriceException(String message)
      Instantiates a new Invalid Cart Price exception.
      Parameters:
      message - the message