001    package org.omg.CosNaming.NamingContextPackage;
002    
003    
004    /**
005    * org/omg/CosNaming/NamingContextPackage/AlreadyBound.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    public final class AlreadyBound extends org.omg.CORBA.UserException
012    {
013    
014      public AlreadyBound ()
015      {
016        super(AlreadyBoundHelper.id());
017      } // ctor
018    
019    
020      public AlreadyBound (String $reason)
021      {
022        super(AlreadyBoundHelper.id() + "  " + $reason);
023      } // ctor
024    
025    } // class AlreadyBound