Class OrderNotFoundWsException

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.OrderNotFoundWsException
All Implemented Interfaces:
Serializable

public class OrderNotFoundWsException extends AirlineWebserviceException
The exception thrown when the order is not found in the system.
See Also:
  • Field Details

  • Constructor Details

    • OrderNotFoundWsException

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

      public OrderNotFoundWsException(String message, Throwable cause)
      Instantiates a order not found 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