Class ServerExceptionMappers.RmsSystemExceptionMapper
java.lang.Object
io.extact.rms.external.webapi.mapper.ServerExceptionMappers.RmsSystemExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RmsSystemException>
- Enclosing class:
- ServerExceptionMappers
@Produces("application/json")
public static class ServerExceptionMappers.RmsSystemExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<RmsSystemException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(RmsSystemException exception)
-
Constructor Details
-
RmsSystemExceptionMapper
public RmsSystemExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<RmsSystemException>
-