001    package org.omg.CosNaming.NamingContextPackage;
002    
003    /**
004     * Generated from IDL exception "NotEmpty".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:37:52 AM
008     */
009    
010    public final class NotEmpty
011            extends org.omg.CORBA.UserException
012    {
013            public NotEmpty()
014            {
015                    super(org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.id());
016            }
017    
018            public NotEmpty(String value)
019            {
020                    super(value);
021            }
022    }