12345678910111213141516171819202122232425262728293031323334 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __javax_naming_NameNotFoundException__
- #define __javax_naming_NameNotFoundException__
- #pragma interface
- #include <javax/naming/NamingException.h>
- extern "Java"
- {
- namespace javax
- {
- namespace naming
- {
- class NameNotFoundException;
- }
- }
- }
- class javax::naming::NameNotFoundException : public ::javax::naming::NamingException
- {
- public:
- NameNotFoundException();
- NameNotFoundException(::java::lang::String *);
- private:
- static const jlong serialVersionUID = -8007156725367842053LL;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __javax_naming_NameNotFoundException__
|