1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_naming_ContextNotEmptyException__
5 #define __javax_naming_ContextNotEmptyException__
6 
7 #pragma interface
8 
9 #include <javax/naming/NamingException.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace naming
15     {
16         class ContextNotEmptyException;
17     }
18   }
19 }
20 
21 class javax::naming::ContextNotEmptyException : public ::javax::naming::NamingException
22 {
23 
24 public:
25   ContextNotEmptyException();
26   ContextNotEmptyException(::java::lang::String *);
27 private:
28   static const jlong serialVersionUID = 1090963683348219877LL;
29 public:
30   static ::java::lang::Class class$;
31 };
32 
33 #endif // __javax_naming_ContextNotEmptyException__
34