KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > InvalidSlot


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/InvalidSlot.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
8 * Saturday, February 9, 2008 9:40:08 AM GMT
9 */

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

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

25 } // class InvalidSlot
26
Popular Tags