Class ProductStockNotAvailableWsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
de.hybris.platform.coreairlineocc.errors.exceptions.ProductStockNotAvailableWsException
All Implemented Interfaces:
Serializable

public class ProductStockNotAvailableWsException extends AirlineWebserviceException
The exception thrown when requested product is not in stock.
See Also:
  • Constructor Details

    • ProductStockNotAvailableWsException

      public ProductStockNotAvailableWsException(String message, String subject, String code)
      Instantiates a new ProductStockNotAvailableWsException.
      Parameters:
      message - the message
      subject - the subject
      code - the code
    • ProductStockNotAvailableWsException

      public ProductStockNotAvailableWsException(String message, String subject, String code, Throwable cause)
      Instantiates a new ProductStockNotAvailableWsException.
      Parameters:
      message - the message
      subject - the subject
      code - the code
      cause - the cause
  • Method Details

    • getSubjectType

      public String getSubjectType()
      Specified by:
      getSubjectType in class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException