Comment fix.
[official-gcc.git] / libjava / javax / management / ServiceNotFoundException.h
blob8eb2902089989ba75a9c08e5fbf33193cec89bd3
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_ServiceNotFoundException__
5 #define __javax_management_ServiceNotFoundException__
7 #pragma interface
9 #include <javax/management/OperationsException.h>
10 extern "Java"
12 namespace javax
14 namespace management
16 class ServiceNotFoundException;
21 class javax::management::ServiceNotFoundException : public ::javax::management::OperationsException
24 public:
25 ServiceNotFoundException();
26 ServiceNotFoundException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = -3990675661956646827LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __javax_management_ServiceNotFoundException__