Class UnprocessableRequestParameterWsException

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

public class UnprocessableRequestParameterWsException extends TravelWebserviceException
Exception for handling error if request parameter is invalid.
See Also:
  • Constructor Details

    • UnprocessableRequestParameterWsException

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

    • getSubjectType

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