1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/InvalidSlot.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. public final class InvalidSlot extends org.omg.CORBA.UserException
  9. {
  10. public InvalidSlot ()
  11. {
  12. super(InvalidSlotHelper.id());
  13. } // ctor
  14. public InvalidSlot (String $reason)
  15. {
  16. super(InvalidSlotHelper.id() + " " + $reason);
  17. } // ctor
  18. } // class InvalidSlot