< prev index next >

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

Print this page

        

*** 47,57 **** */ public class SQLClientInfoException extends SQLException { ! private Map<String, ClientInfoStatus> failedProperties; /** * Constructs a <code>SQLClientInfoException</code> Object. * The <code>reason</code>, --- 47,57 ---- */ 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 >