< prev index next >

src/java.sql/share/classes/javax/transaction/xa/XAException.java

Print this page

        

@@ -27,10 +27,11 @@
 
 /**
  * The XAException is thrown by the Resource Manager (RM) to inform the
  * Transaction Manager of an error encountered by the involved transaction.
  *
+ * @since 1.4
  */
 public class XAException extends Exception {
 
     /**
      * Specify serialVersionUID for backward compatibility
< prev index next >