Class UnhandledExceptionMapper
java.lang.Object
io.extact.rms.platform.jaxrs.mapper.UnhandledExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Exception>
@Produces("application/json")
public class UnhandledExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<Exception>
Handle unhandled exceptions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnhandledExceptionMapper
public UnhandledExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<Exception>
-