blob: d8b08802cb4068acf39bc435b21efc0105814f12 [file] [log] [blame]
// 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__