ServerAlreadyActivepublic final class ServerAlreadyActive extends org.omg.CORBA.UserException com/sun/corba/se/PortableActivationIDL/ServerAlreadyActive.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
Friday, August 26, 2005 4:56:48 PM PDT |
Fields Summary |
---|
public String | serverId |
Constructors Summary |
---|
public ServerAlreadyActive()
super(ServerAlreadyActiveHelper.id());
| public ServerAlreadyActive(String _serverId)
super(ServerAlreadyActiveHelper.id());
serverId = _serverId;
| public ServerAlreadyActive(String $reason, String _serverId)
super(ServerAlreadyActiveHelper.id() + " " + $reason);
serverId = _serverId;
|
|