OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / transaction / xa / XAException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_transaction_xa_XAException__
5 #define __javax_transaction_xa_XAException__
6
7 #pragma interface
8
9 #include <java/lang/Exception.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace transaction
15     {
16       namespace xa
17       {
18           class XAException;
19       }
20     }
21   }
22 }
23
24 class javax::transaction::xa::XAException : public ::java::lang::Exception
25 {
26
27 public:
28   XAException();
29   XAException(::java::lang::String *);
30   XAException(jint);
31   jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorCode;
32   static const jint XA_RBBASE = 100;
33   static const jint XA_RBROLLBACK = 100;
34   static const jint XA_RBCOMMFAIL = 101;
35   static const jint XA_RBDEADLOCK = 102;
36   static const jint XA_RBINTEGRITY = 103;
37   static const jint XA_RBOTHER = 104;
38   static const jint XA_RBPROTO = 105;
39   static const jint XA_RBTIMEOUT = 106;
40   static const jint XA_RBTRANSIENT = 107;
41   static const jint XA_RBEND = 107;
42   static const jint XA_NOMIGRATE = 9;
43   static const jint XA_HEURHAZ = 8;
44   static const jint XA_HEURCOM = 7;
45   static const jint XA_HEURRB = 6;
46   static const jint XA_HEURMIX = 5;
47   static const jint XA_RETRY = 4;
48   static const jint XA_RDONLY = 3;
49   static const jint XAER_ASYNC = -2;
50   static const jint XAER_RMERR = -3;
51   static const jint XAER_NOTA = -4;
52   static const jint XAER_INVAL = -5;
53   static const jint XAER_PROTO = -6;
54   static const jint XAER_RMFAIL = -7;
55   static const jint XAER_DUPID = -8;
56   static const jint XAER_OUTSIDE = -9;
57   static ::java::lang::Class class$;
58 };
59
60 #endif // __javax_transaction_xa_XAException__