Uses of Class
com.ibm.wsspi.rest.handler.helper.RESTHandlerUserError
-
Packages that use RESTHandlerUserError Package Description com.ibm.wsspi.rest.handler.helper Provides the main OSGi container for the REST Handler framework. -
-
Uses of RESTHandlerUserError in com.ibm.wsspi.rest.handler.helper
Subclasses of RESTHandlerUserError in com.ibm.wsspi.rest.handler.helper Modifier and Type Class Description class
RESTHandlerInvalidInputValue
This error is thrown by the RESTHandlerContainer when a request contains an invalid input value.class
RESTHandlerMissingRequiredHeader
This error is thrown by the RESTHandlerContainer when a request is missing a required header.class
RESTHandlerMissingRequiredParam
This error is thrown by the RESTHandlerContainer when a request is missing a required parameter.
-