When an API key is bad resulting in an application failing to download a base map, the runtime outputs this message to stdout, "com.esri.arcgisruntime.internal.io.handler.request.BaseRequest getInvalidApiKeyException?" How to we catch this exception so that we can inform the user that the API key is bad? Right now, it just produces an error with a INFO log statement which a user will not see. We want to catch it and display an alert box in the GUI when the key is bad.