NotBoundException.h 613 B

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