Android
9
Вклад в тег
catch (InterruptedException | IOException exception)
Intent intent = new Intent(this, SomeOtherActivity.class);
intent.putExtra("NETWORK_ERROR", "Проблема с подключением"); //это опционально
startActivity(intent);