Interface SimpleThrowableMapper
-
- All Implemented Interfaces:
-
jakarta.ws.rs.ext.ExceptionMapper
public interface SimpleThrowableMapper implements ExceptionMapper<Throwable>
-
-
Method Summary
Modifier and Type Method Description ResponsetoResponse(Throwable exception)-
-
Method Detail
-
toResponse
@Produces(value = {"application/json"}) Response toResponse(Throwable exception)
-
-
-
-