Class InvalidOrderStatusWsException

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.coreairlinecommonsocc.errors.exceptions.InvalidOrderStatusWsException
All Implemented Interfaces:
Serializable

public class InvalidOrderStatusWsException extends AirlineWebserviceException
The exception thrown when the order is not in a valid status required for the requested operation.
See Also:
  • Field Details

  • Constructor Details

    • InvalidOrderStatusWsException

      public InvalidOrderStatusWsException(String message, String code, Throwable cause)
      Instantiates a order status not valid webservice exception.
      Parameters:
      message - the message
      code - the code
      cause - the cause
    • InvalidOrderStatusWsException

      public InvalidOrderStatusWsException(String message, Throwable cause)
      Instantiates a order status not valid webservice exception.
      Parameters:
      message - the message
      cause - the cause
  • Method Details

    • getSubjectType

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