summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/ThrowerI.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
committerMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
commitb56ebf2776fbd2b6dcb9b793c03511e49b265053 (patch)
treed58e5e9b5e95d6b640c36447bc594684c1b255f1 /java/test/Ice/exceptions/ThrowerI.java
parentRemoved idempotent qualifier from destroy operations. (diff)
downloadice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.bz2
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.xz
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.zip
Renamed Ice::LocalException to Ice::RuntimeException.
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r--java/test/Ice/exceptions/ThrowerI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java
index 1abf04d7727..e30753ba812 100644
--- a/java/test/Ice/exceptions/ThrowerI.java
+++ b/java/test/Ice/exceptions/ThrowerI.java
@@ -101,7 +101,7 @@ public final class ThrowerI extends _ThrowerDisp
}
public void
- throwLocalException(Ice.Current current)
+ throwRuntimeException(Ice.Current current)
{
throw new Ice.TimeoutException();
}
@@ -109,7 +109,7 @@ public final class ThrowerI extends _ThrowerDisp
public void
throwNonIceException(Ice.Current current)
{
- throw new RuntimeException();
+ throw new java.lang.RuntimeException();
}
public void