// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_nio_channels_IllegalSelectorException__ #define __java_nio_channels_IllegalSelectorException__ #pragma interface #include extern "Java" { namespace java { namespace nio { namespace channels { class IllegalSelectorException; } } } } class java::nio::channels::IllegalSelectorException : public ::java::lang::IllegalArgumentException { public: IllegalSelectorException(); private: static const jlong serialVersionUID = -8406323347253320987LL; public: static ::java::lang::Class class$; }; #endif // __java_nio_channels_IllegalSelectorException__