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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosNaming.idl 008 * Saturday, November 26, 2011 9:53:36 PM UTC 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