corba/src/java.corba/share/classes/org/omg/CORBA/REBIND.java
changeset 45443 57dbb6453a4d
parent 25862 a5e25d68f971
equal deleted inserted replaced
45442:a14177f1fbc1 45443:57dbb6453a4d
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2017, 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
    31  * object reference results in a LocateReply message with status
    31  * object reference results in a LocateReply message with status
    32  * OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.
    32  * OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.
    33  * This exception is also raised if the current effective RebindPolicy has
    33  * This exception is also raised if the current effective RebindPolicy has
    34  * a value of NO_RECONNECT and a connection must be reopened.
    34  * a value of NO_RECONNECT and a connection must be reopened.
    35  *
    35  *
    36  * @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on
    36  * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
    37  *      Java&nbsp;IDL exceptions</A>
    37  * </p>
    38  * @since   J2SE 1.5
    38  * @since   J2SE 1.5
    39  */
    39  */
    40 
    40 
    41 public final class REBIND extends SystemException {
    41 public final class REBIND extends SystemException {
    42 
    42