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