src/java.sql/share/classes/java/sql/SQLClientInfoException.java
changeset 58338 faf791c5a710
parent 47216 71c04702a3d5
equal deleted inserted replaced
58337:270abce77942 58338:faf791c5a710
     1 /*
     1 /*
     2  * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    47  */
    47  */
    48 public class SQLClientInfoException extends SQLException {
    48 public class SQLClientInfoException extends SQLException {
    49 
    49 
    50 
    50 
    51 
    51 
    52 
    52         @SuppressWarnings("serial") // Not statically typed as Serializable
    53         private Map<String, ClientInfoStatus>   failedProperties;
    53         private Map<String, ClientInfoStatus>   failedProperties;
    54 
    54 
    55         /**
    55         /**
    56      * Constructs a <code>SQLClientInfoException</code>  Object.
    56      * Constructs a <code>SQLClientInfoException</code>  Object.
    57      * The <code>reason</code>,
    57      * The <code>reason</code>,