diff options
Diffstat (limited to 'java/test/Ice/exceptions/AllTests.java')
-rw-r--r-- | java/test/Ice/exceptions/AllTests.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index 1860ccca610..177d1fc3a16 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -424,13 +424,13 @@ public class AllTests try { - thrower.throwRuntimeException(); + thrower.throwLocalException(); test(false); } catch(Ice.TimeoutException ex) { } - catch(Ice.UnknownRuntimeException ex) + catch(Ice.UnknownLocalException ex) { // We get the an unknown local exception without collocation // optimization. |