URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [ServiceNotFoundException.h] - Rev 760
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_management_ServiceNotFoundException__ #define __javax_management_ServiceNotFoundException__ #pragma interface #include <javax/management/OperationsException.h> extern "Java" { namespace javax { namespace management { class ServiceNotFoundException; } } } class javax::management::ServiceNotFoundException : public ::javax::management::OperationsException { public: ServiceNotFoundException(); ServiceNotFoundException(::java::lang::String *); private: static const jlong serialVersionUID = -3990675661956646827LL; public: static ::java::lang::Class class$; }; #endif // __javax_management_ServiceNotFoundException__
Go to most recent revision | Compare with Previous | Blame | View Log