2010-11-14 Paolo Bonzini <bonzini@gnu.org>
[official-gcc.git] / libjava / javax / management / RuntimeOperationsException.h
blob3a8a1e71761ef497647042bcfc1a86cfc63e9142
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_RuntimeOperationsException__
5 #define __javax_management_RuntimeOperationsException__
7 #pragma interface
9 #include <javax/management/JMRuntimeException.h>
10 extern "Java"
12 namespace javax
14 namespace management
16 class RuntimeOperationsException;
21 class javax::management::RuntimeOperationsException : public ::javax::management::JMRuntimeException
24 public:
25 RuntimeOperationsException(::java::lang::RuntimeException *);
26 RuntimeOperationsException(::java::lang::RuntimeException *, ::java::lang::String *);
27 virtual ::java::lang::Throwable * getCause();
28 virtual ::java::lang::RuntimeException * getTargetException();
29 private:
30 static const jlong serialVersionUID = -8408923047489133588LL;
31 ::java::lang::RuntimeException * __attribute__((aligned(__alignof__( ::javax::management::JMRuntimeException)))) runtimeException;
32 public:
33 static ::java::lang::Class class$;
36 #endif // __javax_management_RuntimeOperationsException__