| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- | |
| #ifndef __java_io_SyncFailedException__ | |
| #define __java_io_SyncFailedException__ | |
| #pragma interface | |
| #include <java/io/IOException.h> | |
| class java::io::SyncFailedException : public ::java::io::IOException | |
| { | |
| public: | |
| SyncFailedException(::java::lang::String *); | |
| private: | |
| static const jlong serialVersionUID = -2353342684412443330LL; | |
| public: | |
| static ::java::lang::Class class$; | |
| }; | |
| #endif // __java_io_SyncFailedException__ |