SkeletonNotFoundException.h 798 B

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