jdk/src/share/classes/java/sql/SQLTransactionRollbackException.java
changeset 21278 ef8a3a2a72f2
parent 6531 30b5903e8301
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    52         }
    52         }
    53 
    53 
    54         /**
    54         /**
    55          * Constructs a <code>SQLTransactionRollbackException</code> object
    55          * Constructs a <code>SQLTransactionRollbackException</code> object
    56          * with a given <code>reason</code>. The <code>SQLState</code>
    56          * with a given <code>reason</code>. The <code>SQLState</code>
    57          * is initialized to <code>null</code> and the vender code is initialized
    57          * is initialized to <code>null</code> and the vendor code is initialized
    58          * to 0.
    58          * to 0.
    59          *
    59          *
    60          * The <code>cause</code> is not initialized, and may subsequently be
    60          * The <code>cause</code> is not initialized, and may subsequently be
    61          * initialized by a call to the
    61          * initialized by a call to the
    62          * {@link Throwable#initCause(java.lang.Throwable)} method.
    62          * {@link Throwable#initCause(java.lang.Throwable)} method.