![android](https://habrastorage.org/r/w120/webt/5b/0d/67/5b0d6718e4b6b295356228.png)
Android
9
Вклад в тег
catch (InterruptedException | IOException exception)
Intent intent = new Intent(this, SomeOtherActivity.class);
intent.putExtra("NETWORK_ERROR", "Проблема с подключением"); //это опционально
startActivity(intent);