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