Wydaje mi się, że robię zgodnie z zdaniem. Jednak catch(Exception e) { System.out.println("RemoteException"); // tego mi nie przyjmuje, gdyż stwierdza, że ten wyjątek jest już obsługiwany. } Co jest nie tak? I think I'm doing as I think. But catch (Exception e)          {              System.out.println ( "RemoteException"); // does not accept this because it states that this exception is already supported.          } What is wrong?