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