- /*
- * @(#)NotEmpty.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/NotEmpty.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 NotEmpty
- extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity {
- // constructor
- public NotEmpty() {
- super();
- }
- }