Package io.bdeploy.jersey
Class JerseyExceptionMapper
java.lang.Object
io.bdeploy.jersey.JerseyExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
@Provider
public class JerseyExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(RuntimeException exception)
-
Constructor Details
-
JerseyExceptionMapper
public JerseyExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<RuntimeException>
-