12345678910111213141516171819202122232425262728293031323334353637 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __javax_management_ReflectionException__
- #define __javax_management_ReflectionException__
- #pragma interface
- #include <javax/management/JMException.h>
- extern "Java"
- {
- namespace javax
- {
- namespace management
- {
- class ReflectionException;
- }
- }
- }
- class javax::management::ReflectionException : public ::javax::management::JMException
- {
- public:
- ReflectionException(::java::lang::Exception *);
- ReflectionException(::java::lang::Exception *, ::java::lang::String *);
- virtual ::java::lang::Throwable * getCause();
- virtual ::java::lang::Exception * getTargetException();
- private:
- static const jlong serialVersionUID = 9170809325636915553LL;
- ::java::lang::Exception * __attribute__((aligned(__alignof__( ::javax::management::JMException)))) exception;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __javax_management_ReflectionException__
|