jdk/src/share/classes/java/sql/SQLException.java
changeset 21278 ef8a3a2a72f2
parent 20880 1b610151b316
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   105     }
   105     }
   106 
   106 
   107     /**
   107     /**
   108      *  Constructs a <code>SQLException</code> object with a given
   108      *  Constructs a <code>SQLException</code> object with a given
   109      * <code>reason</code>. The  <code>SQLState</code>  is initialized to
   109      * <code>reason</code>. The  <code>SQLState</code>  is initialized to
   110      * <code>null</code> and the vender code is initialized to 0.
   110      * <code>null</code> and the vendor code is initialized to 0.
   111      *
   111      *
   112      * The <code>cause</code> is not initialized, and may subsequently be
   112      * The <code>cause</code> is not initialized, and may subsequently be
   113      * initialized by a call to the
   113      * initialized by a call to the
   114      * {@link Throwable#initCause(java.lang.Throwable)} method.
   114      * {@link Throwable#initCause(java.lang.Throwable)} method.
   115      * <p>
   115      * <p>