Class RequestParameterWsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.RequestParameterWsException
All Implemented Interfaces:
Serializable

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

    • RequestParameterWsException

      public RequestParameterWsException(String message, String subject)
      Instantiates a new RequestParameterWsException.
      Parameters:
      message - the message of the exception
      subject - the subject of the exception
    • RequestParameterWsException

      public RequestParameterWsException(String message, String subject, String code)
      Instantiates a new RequestParameterWsException.
      Parameters:
      message - the message of the exception
      subject - the subject of the exception
      code - the code
  • Method Details

    • getSubjectType

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