- handle(RuntimeException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles both ResourceNotFoundExceptions and specifically, RegionNotFoundExceptions, occurring when a resource
or a Region (a.k.a.
- handleException(RuntimeException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles MalformedJsonFoundException, occurring when REST service encounters incorrect or malformed JSON document
- handleException(GemfireRestException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles any GemfireRestException thrown by a REST API web service endpoint, HTTP request handler method.
- handleException(DataTypeNotSupportedException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles any DataTypeNotSupportedException thrown by a REST API web service endpoint, HTTP request handler method.
- handleException(HttpRequestMethodNotSupportedException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles HttpRequestMethodNotSupportedException thrown by a REST API web service when request is
received with unsupported HTTP method.
- handleException(AuthenticationFailedException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles an AuthenticationFailedException thrown by a REST API web service endpoint, HTTP request handler method.
- handleException(AuthenticationException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles an AuthenticationException thrown by a REST API web service endpoint, HTTP request handler method.
- handleException(AccessDeniedException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles an AccessDenied Exception thrown by a REST API web service endpoint, HTTP request handler method.
- handleException(NotAuthorizedException) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles an NotAuthorized Exception thrown by a GeodeSecurityUtil.
- handleException(Throwable) - Method in class org.apache.geode.rest.internal.web.controllers.BaseControllerAdvice
-
Handles any Exception thrown by a REST API web service endpoint, HTTP request handler method.