< prev index next >

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

Print this page

        

@@ -47,11 +47,11 @@
  */
 public class SQLClientInfoException extends SQLException {
 
 
 
-
+        @SuppressWarnings("serial") // Not statically typed as Serializable
         private Map<String, ClientInfoStatus>   failedProperties;
 
         /**
      * Constructs a <code>SQLClientInfoException</code>  Object.
      * The <code>reason</code>,
< prev index next >