SystemException.h 670 B

123456789101112131415161718192021222324252627282930313233
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_transaction_SystemException__
  3. #define __javax_transaction_SystemException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace transaction
  11. {
  12. class SystemException;
  13. }
  14. }
  15. }
  16. class javax::transaction::SystemException : public ::java::lang::Exception
  17. {
  18. public:
  19. SystemException();
  20. SystemException(::java::lang::String *);
  21. SystemException(jint);
  22. jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorCode;
  23. static ::java::lang::Class class$;
  24. };
  25. #endif // __javax_transaction_SystemException__