1 package org.omg.mof.Reflective;2 3 4 /**5 * org/omg/mof/Reflective/NotSet.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 NotSet extends org.omg.CORBA.UserException 12 {13 14 public NotSet ()15 {16 super(NotSetHelper.id());17 } // ctor18 19 20 public NotSet (String $reason)21 {22 super(NotSetHelper.id() + " " + $reason);23 } // ctor24 25 } // class NotSet26