1 package org.omg.mof.Reflective;2 3 4 /**5 * org/omg/mof/Reflective/NotFound.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.1"7 * from Reflective.idl8 * lundi 17 mars 2003 15 h 00 CET9 */10 11 public final class NotFound extends org.omg.CORBA.UserException 12 {13 14 public NotFound ()15 {16 super(NotFoundHelper.id());17 } // ctor18 19 20 public NotFound (String $reason)21 {22 super(NotFoundHelper.id() + " " + $reason);23 } // ctor24 25 } // class NotFound26