https://bugzilla.novell.com/show_bug.cgi?id=441078 User dmacvicar@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441078#c7 --- Comment #7 from Duncan Mac-Vicar <dmacvicar@novell.com> 2008-11-24 10:07:28 MST --- you are catching only one exception type then. getRepositoryInfo is called from modifyRepository, which may throw a RepoAlreadyExistsException or even simple unknown Exception. RepoAlreadyExistsException if the alias specified in newinfo is already used by another repository RepoNotFoundException If no repo match ParseException If the file parsing fails Exception On other errors. If you catch one exception, you should always catch Exception too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.