jdk/src/share/classes/java/sql/SQLClientInfoException.java
changeset 23590 ffd8b0b70511
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/java/sql/SQLClientInfoException.java	Fri Mar 28 11:57:02 2014 +0100
+++ b/jdk/src/share/classes/java/sql/SQLClientInfoException.java	Fri Mar 28 15:56:24 2014 +0400
@@ -40,7 +40,7 @@
  * properties are identified by passing a
  * <code>Map&lt;String,ClientInfoStatus&gt;</code> to
  * the appropriate <code>SQLClientInfoException</code> constructor.
- * <p>
+ *
  * @see ClientInfoStatus
  * @see Connection#setClientInfo
  * @since 1.6
@@ -60,7 +60,6 @@
      * The <code>cause</code> is not initialized, and may subsequently be
      * initialized by a call to the
      * {@link Throwable#initCause(java.lang.Throwable)} method.
-     * <p>
      *
      * @since 1.6
      */
@@ -78,7 +77,6 @@
      * The <code>cause</code> is not initialized, and may subsequently be
      * initialized by a call to the
      * {@link Throwable#initCause(java.lang.Throwable)} method.
-     * <p>
      *
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
@@ -86,7 +84,7 @@
      *                                  properties that could not be set and
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties) {
@@ -102,8 +100,6 @@
      * <code>cause==null</code> or to <code>cause.toString()</code> if
      * <code>cause!=null</code> and the vendor code is initialized to 0.
      *
-     * <p>
-     *
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
      *                                  contain the names of the client info
@@ -112,7 +108,7 @@
      *                                  defined in <code>ClientInfoStatus</code>
      * @param cause                                     the (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
      *     the cause is non-existent or unknown.
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(Map<String, ClientInfoStatus> failedProperties,
@@ -132,7 +128,6 @@
      * The <code>cause</code> is not initialized, and may subsequently be
      * initialized by a call to the
      * {@link Throwable#initCause(java.lang.Throwable)} method.
-     * <p>
      *
      * @param reason                            a description of the exception
      * @param failedProperties          A Map containing the property values that could not
@@ -141,7 +136,7 @@
      *                                  properties that could not be set and
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -157,7 +152,6 @@
      * <code>failedProperties</code>.
      * The  <code>SQLState</code> is initialized
      * to <code>null</code> and the vendor code is initialized to 0.
-     * <p>
      *
      * @param reason                            a description of the exception
      * @param failedProperties          A Map containing the property values that could not
@@ -168,7 +162,7 @@
      *                                  defined in <code>ClientInfoStatus</code>
      * @param cause                                     the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
      *     the cause is non-existent or unknown.
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -188,17 +182,16 @@
      * initialized by a call to the
      * {@link Throwable#initCause(java.lang.Throwable)} method. The vendor code
      * is initialized to 0.
-     * <p>
      *
-     * @param reason                            a description of the exception
-     * @param SQLState                          an XOPEN or SQL:2003 code identifying the exception
+     * @param reason                    a description of the exception
+     * @param SQLState                  an XOPEN or SQL:2003 code identifying the exception
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
      *                                  contain the names of the client info
      *                                  properties that could not be set and
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -213,19 +206,18 @@
      * Constructs a <code>SQLClientInfoException</code> object initialized with a
      * given  <code>reason</code>, <code>SQLState</code>, <code>cause</code>
      * and <code>failedProperties</code>.  The vendor code is initialized to 0.
-     * <p>
      *
-     * @param reason                            a description of the exception
-     * @param SQLState                          an XOPEN or SQL:2003 code identifying the exception
+     * @param reason                    a description of the exception
+     * @param SQLState                  an XOPEN or SQL:2003 code identifying the exception
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
      *                                  contain the names of the client info
      *                                  properties that could not be set and
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
-     * @param cause                                     the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
+     * @param cause                     the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
      *     the cause is non-existent or unknown.
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -245,18 +237,17 @@
      * The <code>cause</code> is not initialized, and may subsequently be
      * initialized by a call to the
      * {@link Throwable#initCause(java.lang.Throwable)} method.
-     * <p>
      *
-     * @param reason                            a description of the exception
-     * @param SQLState                          an XOPEN or SQL:2003 code identifying the exception
-     * @param vendorCode                        a database vendor-specific exception code
+     * @param reason                    a description of the exception
+     * @param SQLState                  an XOPEN or SQL:2003 code identifying the exception
+     * @param vendorCode                a database vendor-specific exception code
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
      *                                  contain the names of the client info
      *                                  properties that could not be set and
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
-     * <p>
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -273,11 +264,10 @@
      * given  <code>reason</code>, <code>SQLState</code>,
      * <code>cause</code>, <code>vendorCode</code> and
      * <code>failedProperties</code>.
-     * <p>
      *
-     * @param reason                            a description of the exception
-     * @param SQLState                          an XOPEN or SQL:2003 code identifying the exception
-     * @param vendorCode                        a database vendor-specific exception code
+     * @param reason                    a description of the exception
+     * @param SQLState                  an XOPEN or SQL:2003 code identifying the exception
+     * @param vendorCode                a database vendor-specific exception code
      * @param failedProperties          A Map containing the property values that could not
      *                                  be set.  The keys in the Map
      *                                  contain the names of the client info
@@ -285,8 +275,8 @@
      *                                  the values contain one of the reason codes
      *                                  defined in <code>ClientInfoStatus</code>
      * @param cause                     the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
-     *     the cause is non-existent or unknown.
-     * <p>
+     *                                  the cause is non-existent or unknown.
+     *
      * @since 1.6
      */
         public SQLClientInfoException(String reason,
@@ -305,11 +295,10 @@
      * keys in the Map  contain the names of the client info
      * properties that could not be set and the values contain one of the
      * reason codes defined in <code>ClientInfoStatus</code>
-     * <p>
      *
      * @return Map list containing the client info properties that could
      * not be set
-     * <p>
+     *
      * @since 1.6
      */
         public Map<String, ClientInfoStatus> getFailedProperties() {