Package org.openremote.container.web
Class ClientErrorExceptionHandler
java.lang.Object
org.openremote.container.web.ClientErrorExceptionHandler
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>
@Provider
public class ClientErrorExceptionHandler
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(jakarta.ws.rs.ClientErrorException exception)
-
Constructor Details
-
ClientErrorExceptionHandler
public ClientErrorExceptionHandler()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(jakarta.ws.rs.ClientErrorException exception) - Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.ClientErrorException>
-