001 package org.omg.CosNaming.NamingContextPackage; 002 003 004 /** 005 * org/omg/CosNaming/NamingContextPackage/NotEmpty.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosNaming.idl 008 * Monday, June 18, 2012 10:36:14 AM CEST 009 */ 010 011 012 /** 013 * Indicates that the Naming Context contains bindings. 014 */ 015 public final class NotEmpty extends org.omg.CORBA.UserException 016 { 017 018 public NotEmpty () 019 { 020 super(NotEmptyHelper.id()); 021 } // ctor 022 023 024 public NotEmpty (String $reason) 025 { 026 super(NotEmptyHelper.id() + " " + $reason); 027 } // ctor 028 029 } // class NotEmpty