summaryrefslogtreecommitdiff
path: root/libjava/javax/transaction/xa/XAException.h
blob: b6f590b5593a7c5f24a03d3f0aa0625e6cf53365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_transaction_xa_XAException__
#define __javax_transaction_xa_XAException__

#pragma interface

#include <java/lang/Exception.h>
extern "Java"
{
  namespace javax
  {
    namespace transaction
    {
      namespace xa
      {
          class XAException;
      }
    }
  }
}

class javax::transaction::xa::XAException : public ::java::lang::Exception
{

public:
  XAException();
  XAException(::java::lang::String *);
  XAException(jint);
  jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorCode;
  static const jint XA_RBBASE = 100;
  static const jint XA_RBROLLBACK = 100;
  static const jint XA_RBCOMMFAIL = 101;
  static const jint XA_RBDEADLOCK = 102;
  static const jint XA_RBINTEGRITY = 103;
  static const jint XA_RBOTHER = 104;
  static const jint XA_RBPROTO = 105;
  static const jint XA_RBTIMEOUT = 106;
  static const jint XA_RBTRANSIENT = 107;
  static const jint XA_RBEND = 107;
  static const jint XA_NOMIGRATE = 9;
  static const jint XA_HEURHAZ = 8;
  static const jint XA_HEURCOM = 7;
  static const jint XA_HEURRB = 6;
  static const jint XA_HEURMIX = 5;
  static const jint XA_RETRY = 4;
  static const jint XA_RDONLY = 3;
  static const jint XAER_ASYNC = -2;
  static const jint XAER_RMERR = -3;
  static const jint XAER_NOTA = -4;
  static const jint XAER_INVAL = -5;
  static const jint XAER_PROTO = -6;
  static const jint XAER_RMFAIL = -7;
  static const jint XAER_DUPID = -8;
  static const jint XAER_OUTSIDE = -9;
  static ::java::lang::Class class$;
};

#endif // __javax_transaction_xa_XAException__