Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit
[official-gcc.git] / libjava / javax / management / NotCompliantMBeanException.h
blob132f113313841a60ed94bdc8882d2bae853eba33
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_NotCompliantMBeanException__
5 #define __javax_management_NotCompliantMBeanException__
7 #pragma interface
9 #include <javax/management/OperationsException.h>
10 extern "Java"
12 namespace javax
14 namespace management
16 class NotCompliantMBeanException;
21 class javax::management::NotCompliantMBeanException : public ::javax::management::OperationsException
24 public:
25 NotCompliantMBeanException();
26 NotCompliantMBeanException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = 5175579583207963577LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __javax_management_NotCompliantMBeanException__