src/java.naming/share/classes/javax/naming/LinkException.java
changeset 58531 9b40d05c9f66
parent 47216 71c04702a3d5
equal deleted inserted replaced
58530:865c889ce351 58531:9b40d05c9f66
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 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
    83       * through its get and set methods.
    83       * through its get and set methods.
    84       * @serial
    84       * @serial
    85       * @see #getLinkResolvedObj
    85       * @see #getLinkResolvedObj
    86       * @see #setLinkResolvedObj
    86       * @see #setLinkResolvedObj
    87       */
    87       */
       
    88     @SuppressWarnings("serial") // Not statically typed as Serializable
    88     protected Object linkResolvedObj;
    89     protected Object linkResolvedObj;
    89 
    90 
    90     /**
    91     /**
    91      * Contains the remaining link name that has not been resolved yet.
    92      * Contains the remaining link name that has not been resolved yet.
    92      * It is a composite name and can be null.
    93      * It is a composite name and can be null.