137138139140141142143
* @param e * @throws APIException */ protected void dealWithAuthorizationException(Exception e) throws APIException { e.printStackTrace(); throw new APIException(SimpleGeoHandler.NOT_AUTHORIZED, e.getMessage()); }