diff options
Diffstat (limited to 'java/test/Freeze/dbmap/Client.java')
-rw-r--r-- | java/test/Freeze/dbmap/Client.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/Freeze/dbmap/Client.java b/java/test/Freeze/dbmap/Client.java index de3f92ec40e..07e8485c077 100644 --- a/java/test/Freeze/dbmap/Client.java +++ b/java/test/Freeze/dbmap/Client.java @@ -241,7 +241,7 @@ public class Client System.err.println(args[0] + ": " + ex + ": " + ex.message); status = 1; } - catch(Ice.RuntimeException ex) + catch(Ice.LocalException ex) { System.err.println(args[0] + ": " + ex); status = 1; @@ -265,7 +265,7 @@ public class Client System.err.println(args[0] + ": " + ex + ": " + ex.message); status = 1; } - catch(Ice.RuntimeException ex) + catch(Ice.LocalException ex) { System.err.println(args[0] + ": " + ex); status = 1; @@ -289,7 +289,7 @@ public class Client System.err.println(args[0] + ": " + ex + ": " + ex.message); status = 1; } - catch(Ice.RuntimeException ex) + catch(Ice.LocalException ex) { System.err.println(args[0] + ": " + ex); status = 1; |