jdk/src/share/classes/java/sql/SQLTimeoutException.java
changeset 21278 ef8a3a2a72f2
parent 15278 e081d3f73b75
child 23590 ffd8b0b70511
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    52         }
    52         }
    53 
    53 
    54         /**
    54         /**
    55          * Constructs a <code>SQLTimeoutException</code> object
    55          * Constructs a <code>SQLTimeoutException</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.