catch(IOException e) { System.out.println(e.getClass().getSimpleName()); } catch( NoSuchFieldException e) { System.out.println(e.getClass().getSimpleName()); } /* catch(RemoteException e) { System.out.println(e.getClass().getSimpleName()); }*/ }