AuthenticationException.h 708 B

12345678910111213141516171819202122232425262728293031323334
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_naming_AuthenticationException__
  3. #define __javax_naming_AuthenticationException__
  4. #pragma interface
  5. #include <javax/naming/NamingSecurityException.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace naming
  11. {
  12. class AuthenticationException;
  13. }
  14. }
  15. }
  16. class javax::naming::AuthenticationException : public ::javax::naming::NamingSecurityException
  17. {
  18. public:
  19. AuthenticationException();
  20. AuthenticationException(::java::lang::String *);
  21. private:
  22. static const jlong serialVersionUID = 3678497619904568096LL;
  23. public:
  24. static ::java::lang::Class class$;
  25. };
  26. #endif // __javax_naming_AuthenticationException__