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