src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProviderException.java
changeset 58338 faf791c5a710
parent 47216 71c04702a3d5
equal deleted inserted replaced
58337:270abce77942 58338:faf791c5a710
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
    68     /**
    68     /**
    69      * The instance of <code>javax.sql.rowset.spi.SyncResolver</code> that
    69      * The instance of <code>javax.sql.rowset.spi.SyncResolver</code> that
    70      * this <code>SyncProviderException</code> object will return when its
    70      * this <code>SyncProviderException</code> object will return when its
    71      * <code>getSyncResolver</code> method is called.
    71      * <code>getSyncResolver</code> method is called.
    72      */
    72      */
       
    73      @SuppressWarnings("serial") // Not statically typed as Serializable
    73      private SyncResolver syncResolver = null;
    74      private SyncResolver syncResolver = null;
    74 
    75 
    75     /**
    76     /**
    76      * Creates a new <code>SyncProviderException</code> object without a detail message.
    77      * Creates a new <code>SyncProviderException</code> object without a detail message.
    77      */
    78      */