KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > mof > Reflective > NotFound


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.idl
8 * lundi 17 mars 2003 15 h 00 CET
9 */

10
11 public final class NotFound extends org.omg.CORBA.UserException JavaDoc
12 {
13
14   public NotFound ()
15   {
16     super(NotFoundHelper.id());
17   } // ctor
18

19
20   public NotFound (String JavaDoc $reason)
21   {
22     super(NotFoundHelper.id() + " " + $reason);
23   } // ctor
24

25 } // class NotFound
26
Popular Tags