FileDocCategorySizeDatePackage
ServerNotRegistered.javaAPI DocJava SE 5 API865Fri Aug 26 17:56:48 BST 2005com.sun.corba.se.spi.activation

ServerNotRegistered

public final class ServerNotRegistered extends org.omg.CORBA.UserException
com/sun/corba/se/spi/activation/ServerNotRegistered.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl Friday, August 26, 2005 4:56:46 PM PDT

Fields Summary
public int
serverId
Constructors Summary
public ServerNotRegistered()


    
  
    super(ServerNotRegisteredHelper.id());
  
public ServerNotRegistered(int _serverId)

    super(ServerNotRegisteredHelper.id());
    serverId = _serverId;
  
public ServerNotRegistered(String $reason, int _serverId)

    super(ServerNotRegisteredHelper.id() + "  " + $reason);
    serverId = _serverId;
  
Methods Summary