OSDN Git Service

* godump.c (struct macro_hash_value): Define.
[pf3gnuchains/gcc-fork.git] / libjava / javax / naming / AuthenticationNotSupportedException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_naming_AuthenticationNotSupportedException__
5 #define __javax_naming_AuthenticationNotSupportedException__
6
7 #pragma interface
8
9 #include <javax/naming/NamingSecurityException.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace naming
15     {
16         class AuthenticationNotSupportedException;
17     }
18   }
19 }
20
21 class javax::naming::AuthenticationNotSupportedException : public ::javax::naming::NamingSecurityException
22 {
23
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$;
31 };
32
33 #endif // __javax_naming_AuthenticationNotSupportedException__