@Provider
public class LogExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<Throwable>
An exception mapper that guarantees that an uncaught exception at this point is caught and an appropriate response is
forwarded to the appropriate filters in the Jersey stack.