Fold convert SSA_NAMEs in the scalar expander.
[official-gcc/constexpr.git] / libjava / java / io / InterruptedIOException.h
blob40922cd79c0936c442154ac44e128b3e4e985261
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_InterruptedIOException__
5 #define __java_io_InterruptedIOException__
7 #pragma interface
9 #include <java/io/IOException.h>
11 class java::io::InterruptedIOException : public ::java::io::IOException
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$;
26 #endif // __java_io_InterruptedIOException__