diff options
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r-- | java/test/Ice/exceptions/ThrowerI.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index fab7640b0eb..5ca5e735006 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -138,6 +138,12 @@ public final class ThrowerI extends _ThrowerDisp } public void + throwLocalExceptionIdempotent(Ice.Current current) + { + throw new Ice.TimeoutException(); + } + + public void throwNonIceException(Ice.Current current) { throw new RuntimeException(); |