Admin Panel


// 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__