Admin Panel


// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_management_ListenerNotFoundException__
#define __javax_management_ListenerNotFoundException__

#pragma interface

#include <javax/management/OperationsException.h>
extern "Java"
{
  namespace javax
  {
    namespace management
    {
        class ListenerNotFoundException;
    }
  }
}

class javax::management::ListenerNotFoundException : public ::javax::management::OperationsException
{

public:
  ListenerNotFoundException();
  ListenerNotFoundException(::java::lang::String *);
private:
  static const jlong serialVersionUID = -7242605822448519061LL;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_management_ListenerNotFoundException__