00001 package SctTestApi; 00002 00003 00011 public final class NoSuchModuleException extends org.omg.CORBA.UserException 00012 { 00013 00014 public NoSuchModuleException () 00015 { 00016 super(NoSuchModuleExceptionHelper.id()); 00017 } // ctor 00018 00019 00020 public NoSuchModuleException (String $reason) 00021 { 00022 super(NoSuchModuleExceptionHelper.id() + " " + $reason); 00023 } // ctor 00024 00025 } // class NoSuchModuleException