1. package org.omg.PortableServer.POAPackage;
  2. /**
  3. * org/omg/PortableServer/POAPackage/NoServant.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 NoServant extends org.omg.CORBA.UserException
  9. {
  10. public NoServant ()
  11. {
  12. super(NoServantHelper.id());
  13. } // ctor
  14. public NoServant (String $reason)
  15. {
  16. super(NoServantHelper.id() + " " + $reason);
  17. } // ctor
  18. } // class NoServant