Class RequestParameterWsException

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

@ResponseStatus(NOT_FOUND) public class RequestParameterWsException extends AirlineWebserviceException
The exception thrown when path parameter is not valid.
See Also:
  • Constructor Details

    • RequestParameterWsException

      public RequestParameterWsException(String message, String subject, String code)
      Parameters:
      message - error message
      subject - error subject
      code - error code
    • RequestParameterWsException

      public RequestParameterWsException(String message, String subject, String code, Throwable cause)
      Parameters:
      message - error message
      subject - error subject
      code - error code
      cause - throwable object
  • Method Details

    • getSubjectType

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