aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1923/gh326/pkg/SourceException.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1923/gh326/pkg/SourceException.java')
-rw-r--r--tests/bugs1923/gh326/pkg/SourceException.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs1923/gh326/pkg/SourceException.java b/tests/bugs1923/gh326/pkg/SourceException.java
new file mode 100644
index 000000000..2ada2d6fe
--- /dev/null
+++ b/tests/bugs1923/gh326/pkg/SourceException.java
@@ -0,0 +1,7 @@
+package pkg;
+
+public class SourceException extends Exception {
+
+ private static final long serialVersionUID = 2789789285541660969L;
+
+}