ReferralException.h 986 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_naming_ReferralException__
  3. #define __javax_naming_ReferralException__
  4. #pragma interface
  5. #include <javax/naming/NamingException.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace naming
  11. {
  12. class Context;
  13. class ReferralException;
  14. }
  15. }
  16. }
  17. class javax::naming::ReferralException : public ::javax::naming::NamingException
  18. {
  19. public: // actually protected
  20. ReferralException();
  21. ReferralException(::java::lang::String *);
  22. public:
  23. virtual ::java::lang::Object * getReferralInfo() = 0;
  24. virtual ::javax::naming::Context * getReferralContext() = 0;
  25. virtual ::javax::naming::Context * getReferralContext(::java::util::Hashtable *) = 0;
  26. virtual jboolean skipReferral() = 0;
  27. virtual void retryReferral() = 0;
  28. private:
  29. static const jlong serialVersionUID = -2881363844695698876LL;
  30. public:
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __javax_naming_ReferralException__