public <type> <methodName>(<parameters>) throws LibraryException { try { < real work here > } catch (RemoteException ex) { throw new LibraryException(ex); } }