1. package org.omg.PortableServer.CurrentPackage;
  2. /**
  3. * org/omg/PortableServer/CurrentPackage/NoContext.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Monday, February 23, 2004 7:03:02 AM GMT
  7. */
  8. public final class NoContext extends org.omg.CORBA.UserException
  9. {
  10. public NoContext ()
  11. {
  12. super(NoContextHelper.id());
  13. } // ctor
  14. public NoContext (String $reason)
  15. {
  16. super(NoContextHelper.id() + " " + $reason);
  17. } // ctor
  18. } // class NoContext