1. /*
  2. * @(#)CannotProceed.java 1.6 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /*
  8. * File: ./org/omg/CosNaming/NamingContextPackage/CannotProceed.java
  9. * From: nameservice.idl
  10. * Date: Tue Aug 11 03:12:09 1998
  11. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  12. */
  13. package org.omg.CosNaming.NamingContextPackage;
  14. public final class CannotProceed
  15. extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity {
  16. // instance variables
  17. public org.omg.CosNaming.NamingContext cxt;
  18. public org.omg.CosNaming.NameComponent[] rest_of_name;
  19. // constructors
  20. public CannotProceed() {
  21. super();
  22. }
  23. public CannotProceed(org.omg.CosNaming.NamingContext __cxt, org.omg.CosNaming.NameComponent[] __rest_of_name) {
  24. super();
  25. cxt = __cxt;
  26. rest_of_name = __rest_of_name;
  27. }
  28. }