corba/src/java.corba/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java
changeset 45443 57dbb6453a4d
parent 25862 a5e25d68f971
equal deleted inserted replaced
45442:a14177f1fbc1 45443:57dbb6453a4d
     1 /*
     1 /*
     2  * Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1995, 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
    37  * <P>
    37  * <P>
    38  * It contains a minor code, which gives more detailed information about
    38  * It contains a minor code, which gives more detailed information about
    39  * what caused the exception, and a completion status. It may also contain
    39  * what caused the exception, and a completion status. It may also contain
    40  * a string describing the exception.
    40  * a string describing the exception.
    41  * <P>
    41  * <P>
    42  * See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor
    42  * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
    43  * Code Meanings</A> to see the minor codes for this exception.
    43  * to see the minor codes for this exception.
    44  *
    44  *
    45  * @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on
    45  * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
    46  * Java&nbsp;IDL exceptions</A>
    46  * </p>
    47  * @since       JDK1.2
    47  * @since       JDK1.2
    48  */
    48  */
    49 
    49 
    50 public final class OBJECT_NOT_EXIST extends SystemException {
    50 public final class OBJECT_NOT_EXIST extends SystemException {
    51     /**
    51     /**