7778798081828384858687
throw getBadCredentialsException(username, password); return result; } catch (MalformedURLException mue) { throw new ErrorDataValueException(INVALID_URL, ErrorData.SEVERE); } catch (ErrorDataValueException edve) { throw edve; } catch (Exception e) {