255256257258259260261262
} } private void validateCredentials() throws NeutronInvalidCredentialsException { if (username == null || username.isEmpty() || password == null || password.isEmpty()) { throw new NeutronInvalidCredentialsException("Credentials are null or empty"); } }