1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_io_InterruptedIOException__
5 #define __java_io_InterruptedIOException__
6 
7 #pragma interface
8 
9 #include <java/io/IOException.h>
10 
11 class java::io::InterruptedIOException : public ::java::io::IOException
12 {
13 
14 public:
15   InterruptedIOException();
16   InterruptedIOException(::java::lang::String *);
17 public: // actually package-private
18   InterruptedIOException(::java::lang::String *, jint);
19 private:
20   static const jlong serialVersionUID = 4020568460727500567LL;
21 public:
22   jint __attribute__((aligned(__alignof__( ::java::io::IOException)))) bytesTransferred;
23   static ::java::lang::Class class$;
24 };
25 
26 #endif // __java_io_InterruptedIOException__
27