public void xy() throws IOException { ... try { .... } catch (IOException ex) { .... trow new IOExeption(ex.getMessage()); } finaly { .... }}