- /*
- * @(#)CannotProceed.java 1.10 00/02/02
- *
- * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
- /*
- * File: ./org/omg/CosNaming/NamingContextPackage/CannotProceed.java
- * From: nameservice.idl
- * Date: Tue Aug 11 03:12:09 1998
- * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
- */
-
- package org.omg.CosNaming.NamingContextPackage;
- public final class CannotProceed
- extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity {
- // instance variables
- public org.omg.CosNaming.NamingContext cxt;
- public org.omg.CosNaming.NameComponent[] rest_of_name;
- // constructors
- public CannotProceed() {
- super();
- }
- public CannotProceed(org.omg.CosNaming.NamingContext __cxt, org.omg.CosNaming.NameComponent[] __rest_of_name) {
- super();
- cxt = __cxt;
- rest_of_name = __rest_of_name;
- }
- }