corba/src/java.corba/share/classes/org/omg/CORBA/BAD_QOS.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
    28 /**
    28 /**
    29  * The <code>BAD_QOS</code> exception is raised whenever an object cannot
    29  * The <code>BAD_QOS</code> exception is raised whenever an object cannot
    30  * support the quality of service required by an invocation parameter that
    30  * support the quality of service required by an invocation parameter that
    31  * has a quality of service semantics associated with it.
    31  * has a quality of service semantics associated with it.
    32  *
    32  *
    33  * @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on
    33  * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
    34  *      Java&nbsp;IDL exceptions</A>
    34  * </p>
    35  * @since   J2SE 1.5
    35  * @since   J2SE 1.5
    36  */
    36  */
    37 
    37 
    38 public final class BAD_QOS extends SystemException {
    38 public final class BAD_QOS extends SystemException {
    39 
    39