ServerNotActivepublic final class ServerNotActive extends org.omg.CORBA.UserException com/sun/corba/se/PortableActivationIDL/ServerNotActive.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
Tuesday, June 10, 2008 1:46:34 AM GMT-08:00 |
Fields Summary |
---|
public String | serverId |
Constructors Summary |
---|
public ServerNotActive()
super(ServerNotActiveHelper.id());
| public ServerNotActive(String _serverId)
super(ServerNotActiveHelper.id());
serverId = _serverId;
| public ServerNotActive(String $reason, String _serverId)
super(ServerNotActiveHelper.id() + " " + $reason);
serverId = _serverId;
|
|