summaryrefslogtreecommitdiff
path: root/libjava/javax/management/RuntimeErrorException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/management/RuntimeErrorException.h')
-rw-r--r--libjava/javax/management/RuntimeErrorException.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/libjava/javax/management/RuntimeErrorException.h b/libjava/javax/management/RuntimeErrorException.h
new file mode 100644
index 000000000..fdf440a1f
--- /dev/null
+++ b/libjava/javax/management/RuntimeErrorException.h
@@ -0,0 +1,36 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_management_RuntimeErrorException__
+#define __javax_management_RuntimeErrorException__
+
+#pragma interface
+
+#include <javax/management/JMRuntimeException.h>
+extern "Java"
+{
+ namespace javax
+ {
+ namespace management
+ {
+ class RuntimeErrorException;
+ }
+ }
+}
+
+class javax::management::RuntimeErrorException : public ::javax::management::JMRuntimeException
+{
+
+public:
+ RuntimeErrorException(::java::lang::Error *);
+ RuntimeErrorException(::java::lang::Error *, ::java::lang::String *);
+ virtual ::java::lang::Throwable * getCause();
+ virtual ::java::lang::Error * getTargetError();
+private:
+ static const jlong serialVersionUID = 704338937753949796LL;
+ ::java::lang::Error * __attribute__((aligned(__alignof__( ::javax::management::JMRuntimeException)))) error;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_management_RuntimeErrorException__