FileDocCategorySizeDatePackage
ServerNotActive.javaAPI DocJava SE 6 API834Tue Jun 10 01:46:34 BST 2008com.sun.corba.se.spi.activation

ServerNotActive

public final class ServerNotActive extends org.omg.CORBA.UserException
com/sun/corba/se/spi/activation/ServerNotActive.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl Tuesday, June 10, 2008 1:46:33 AM GMT-08:00

Fields Summary
public int
serverId
Constructors Summary
public ServerNotActive()


    
  
    super(ServerNotActiveHelper.id());
  
public ServerNotActive(int _serverId)

    super(ServerNotActiveHelper.id());
    serverId = _serverId;
  
public ServerNotActive(String $reason, int _serverId)

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