Class ProductStockNotAvailableException

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

public class ProductStockNotAvailableException extends RuntimeException
The exception thrown when product stock not available.
See Also:
  • Constructor Details

    • ProductStockNotAvailableException

      public ProductStockNotAvailableException()
      Instantiates a new product stock not available exception.
    • ProductStockNotAvailableException

      public ProductStockNotAvailableException(String message)
      Instantiates a new product stock not available exception.
      Parameters:
      message - the message
    • ProductStockNotAvailableException

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

      public ProductStockNotAvailableException(Throwable cause)
      Instantiates a new product stock not available exception.
      Parameters:
      cause - the cause
    • ProductStockNotAvailableException

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