Searched refs:XAException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXAResource.java69 * @exception XAException An error has occurred. Possible XAExceptions
79 void commit(Xid xid, boolean onePhase) throws XAException;
103 * @exception XAException An error has occurred. Possible XAException
108 void end(Xid xid, int flags) throws XAException;
116 * @exception XAException An error has occurred. Possible exception
121 void forget(Xid xid) throws XAException;
132 * @exception XAException An error has occurred. Possible exception
135 int getTransactionTimeout() throws XAException;
148 * @exception XAException A
[all...]
H A DXAException.java29 * The XAException is thrown by the Resource Manager (RM) to inform the
33 public class XAException extends java.lang.Exception { class in inherits:java.lang.Exception
44 * Create an XAException.
46 public XAException() method in class:XAException
52 * Create an XAException with a given string.
57 public XAException(String s) method in class:XAException
63 * Create an XAException with a given error code.
67 public XAException(int errcode) method in class:XAException

Completed in 29 milliseconds