< prev index next >

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

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this

@@ -45,12 +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 >