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