< prev index next >

src/java.sql/share/classes/java/sql/SQLClientInfoException.java

Print this page
*** 45,12 ***
   * @see Connection#setClientInfo
   * @since 1.6
   */
  public class SQLClientInfoException extends SQLException {
  
! 
! 
          @SuppressWarnings("serial") // Not statically typed as Serializable
          private Map<String, ClientInfoStatus>   failedProperties;
  
          /**
       * Constructs a <code>SQLClientInfoException</code>  Object.
--- 45,13 ---
   * @see Connection#setClientInfo
   * @since 1.6
   */
  public class SQLClientInfoException extends SQLException {
  
!         /**
!          * A {@code Map} containing the client info properties that could not be set.
+          */
          @SuppressWarnings("serial") // Not statically typed as Serializable
          private Map<String, ClientInfoStatus>   failedProperties;
  
          /**
       * Constructs a <code>SQLClientInfoException</code>  Object.
< prev index next >