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