summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/ThrowerI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/exceptions/ThrowerI.java')
-rw-r--r--java/test/Ice/exceptions/ThrowerI.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java
index dfc5aff7eb4..00471c8011e 100644
--- a/java/test/Ice/exceptions/ThrowerI.java
+++ b/java/test/Ice/exceptions/ThrowerI.java
@@ -148,4 +148,22 @@ public final class ThrowerI extends _ThrowerDisp
{
throw new java.lang.AssertionError();
}
+
+ public void
+ throwAfterResponse(Ice.Current current)
+ {
+ //
+ // Only relevant for AMD.
+ //
+ }
+
+ public void
+ throwAfterException(Ice.Current current)
+ throws A
+ {
+ //
+ // Only relevant for AMD.
+ //
+ throw new A();
+ }
}