Fix ExceptionMapper issues in Core lib
While scanning through the Exception Mapper classes in the the core package I noticed some slight issues that should be addressed.
- The
NotFoundMapper
returns a 400 - Bad Request - The
FinalUnauthorizedMapper
returns a 403 - Forbidden - There are no
Forbidden
orBadRequest
Mappers
/cc @malowe
Edited by Zachary Sabourin