FileDocCategorySizeDatePackage
NoServant.javaAPI DocJava SE 6 API576Tue Jun 10 01:33:18 BST 2008org.omg.PortableServer.POAPackage

NoServant

public final class NoServant extends org.omg.CORBA.UserException
org/omg/PortableServer/POAPackage/NoServant.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableServer/poa.idl Tuesday, June 10, 2008 1:33:17 AM GMT-08:00

Fields Summary
Constructors Summary
public NoServant()

    super(NoServantHelper.id());
  
public NoServant(String $reason)

    super(NoServantHelper.id() + "  " + $reason);
  
Methods Summary