Class ProductNotEligibleException

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

public class ProductNotEligibleException extends RuntimeException
The exception thrown when product added into cart is not active and not a valid type of product.
See Also:
  • Constructor Details

    • ProductNotEligibleException

      public ProductNotEligibleException()
      Instantiates a new product not eligible exception.
    • ProductNotEligibleException

      public ProductNotEligibleException(String message)
      Instantiates a new product not eligible exception.
      Parameters:
      message - the message
    • ProductNotEligibleException

      public ProductNotEligibleException(String message, Throwable cause)
      Instantiates a new product not eligible exception.
      Parameters:
      message - the message
      cause - the cause
    • ProductNotEligibleException

      public ProductNotEligibleException(Throwable cause)
      Instantiates a new product not eligible exception.
      Parameters:
      cause - the cause
    • ProductNotEligibleException

      public ProductNotEligibleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new product not eligible exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace