Fix expected messages in test
[official-gcc.git] / libjava / javax / naming / InsufficientResourcesException.h
blobd3fc6603c03e029870f59c3b4e95042a442f1b70
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_naming_InsufficientResourcesException__
5 #define __javax_naming_InsufficientResourcesException__
7 #pragma interface
9 #include <javax/naming/NamingException.h>
10 extern "Java"
12 namespace javax
14 namespace naming
16 class InsufficientResourcesException;
21 class javax::naming::InsufficientResourcesException : public ::javax::naming::NamingException
24 public:
25 InsufficientResourcesException();
26 InsufficientResourcesException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = 6227672693037844532LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __javax_naming_InsufficientResourcesException__