- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<Exception>
@Provider
public class CatchallExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<Exception>
Map all exceptions to the Jersey response. This lets us have nice
results in the error body.