src/java.naming/share/classes/javax/naming/CannotProceedException.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
   125      * @see #getAltNameCtx
   125      * @see #getAltNameCtx
   126      * @see #setAltNameCtx
   126      * @see #setAltNameCtx
   127      * @see #altName
   127      * @see #altName
   128      * @see javax.naming.spi.ObjectFactory#getObjectInstance
   128      * @see javax.naming.spi.ObjectFactory#getObjectInstance
   129      */
   129      */
       
   130     @SuppressWarnings("serial") // Not statically typed as Serializable
   130     protected Context altNameCtx = null;
   131     protected Context altNameCtx = null;
   131 
   132 
   132     /**
   133     /**
   133      * Constructs a new instance of CannotProceedException using an
   134      * Constructs a new instance of CannotProceedException using an
   134      * explanation. All unspecified fields default to null.
   135      * explanation. All unspecified fields default to null.