Class InvalidPageParameterWsException

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

@ResponseStatus(UNPROCESSABLE_ENTITY) public class InvalidPageParameterWsException extends AirlineWebserviceException
The exception thrown when current page is greater than total pages in the request.
See Also:
  • Constructor Details

    • InvalidPageParameterWsException

      public InvalidPageParameterWsException(String subject)
      Instantiates a new invalid page parameter ws exception.
      Parameters:
      subject - the subject of the exception
  • Method Details

    • getSubjectType

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