summaryrefslogtreecommitdiff
path: root/libjava/java/nio/channels/ClosedByInterruptException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/channels/ClosedByInterruptException.h')
-rw-r--r--libjava/java/nio/channels/ClosedByInterruptException.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/java/nio/channels/ClosedByInterruptException.h b/libjava/java/nio/channels/ClosedByInterruptException.h
new file mode 100644
index 000000000..742dddc60
--- /dev/null
+++ b/libjava/java/nio/channels/ClosedByInterruptException.h
@@ -0,0 +1,35 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_nio_channels_ClosedByInterruptException__
+#define __java_nio_channels_ClosedByInterruptException__
+
+#pragma interface
+
+#include <java/nio/channels/AsynchronousCloseException.h>
+extern "Java"
+{
+ namespace java
+ {
+ namespace nio
+ {
+ namespace channels
+ {
+ class ClosedByInterruptException;
+ }
+ }
+ }
+}
+
+class java::nio::channels::ClosedByInterruptException : public ::java::nio::channels::AsynchronousCloseException
+{
+
+public:
+ ClosedByInterruptException();
+private:
+ static const jlong serialVersionUID = -4488191543534286750LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_nio_channels_ClosedByInterruptException__