Class RestApiExceptionMapper
java.lang.Object
io.goobi.viewer.api.rest.exceptions.RestApiExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<RestApiException>
@Provider
public class RestApiExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<RestApiException>
RestApiExceptionMapper class.
- Author:
- Florian Alpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(RestApiException exception)
-
Constructor Details
-
RestApiExceptionMapper
public RestApiExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<RestApiException>
-