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