SystemException.h 889 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_SystemException__
  3. #define __org_omg_CORBA_SystemException__
  4. #pragma interface
  5. #include <java/lang/RuntimeException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class CompletionStatus;
  15. class SystemException;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::SystemException : public ::java::lang::RuntimeException
  21. {
  22. public: // actually protected
  23. SystemException(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
  24. private:
  25. static const jlong serialVersionUID = -8486391734674855519LL;
  26. public:
  27. ::org::omg::CORBA::CompletionStatus * __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) completed;
  28. jint minor;
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __org_omg_CORBA_SystemException__