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