corba/src/java.corba/share/classes/org/omg/CORBA/WrongTransaction.java
changeset 45443 57dbb6453a4d
parent 25862 a5e25d68f971
equal deleted inserted replaced
45442:a14177f1fbc1 45443:57dbb6453a4d
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
    32  * and <code>ORB.get_next_response</code> when they are invoked
    32  * and <code>ORB.get_next_response</code> when they are invoked
    33  * from a transaction scope that is different from the one in
    33  * from a transaction scope that is different from the one in
    34  * which the client originally sent the request.
    34  * which the client originally sent the request.
    35  * See the OMG Transaction Service Specification for details.
    35  * See the OMG Transaction Service Specification for details.
    36  *
    36  *
    37  * @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on
    37  * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
    38  * Java&nbsp;IDL exceptions</A>
    38  * </p>
    39  */
    39  */
    40 
    40 
    41 public final class WrongTransaction extends UserException {
    41 public final class WrongTransaction extends UserException {
    42     /**
    42     /**
    43      * Constructs a WrongTransaction object with an empty detail message.
    43      * Constructs a WrongTransaction object with an empty detail message.