I am using Anypoint Studio 6.1 and Mule 3.8.1 and want to send a custom message to the user when a 503 error has occurred. I am using the APIKit exception mapping and using java class javax.ws.rs.ServiceUnavailableException as the expected type to listen for but does not appe...