// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_activation_UnsupportedDataTypeException__ #define __javax_activation_UnsupportedDataTypeException__ #pragma interface #include extern "Java" { namespace javax { namespace activation { class UnsupportedDataTypeException; } } } class javax::activation::UnsupportedDataTypeException : public ::java::io::IOException { public: UnsupportedDataTypeException(); UnsupportedDataTypeException(::java::lang::String *); static ::java::lang::Class class$; }; #endif // __javax_activation_UnsupportedDataTypeException__