Searched defs:XAException (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/xa/ | ||
H A D | XAException.java | 44 * The XAException is thrown by the Resource Manager (RM) to inform the 48 public class XAException extends java.lang.Exception { class in inherits:java.lang.Exception 59 * Create an XAException. 61 public XAException() method in class:XAException 67 * Create an XAException with a given string. 72 public XAException(String s) method in class:XAException 78 * Create an XAException with a given error code. 82 public XAException(int errcode) method in class:XAException |
Completed in 1085 milliseconds