org.omg.PortableServer.POAPackage

Class ServantAlreadyActive

public final class ServantAlreadyActive extends UserException implements IDLEntity, Serializable

Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active. If the UNIQUE_ID policy is inactive, the object can be activated several times, each time obtaining a newly generated Id to the same object.

See Also:

Constructor Summary
ServantAlreadyActive()
Create ServantAlreadyActive with no explaining message.
ServantAlreadyActive(String why)
Create the ServantAlreadyActive with explaining message.

Constructor Detail

ServantAlreadyActive

public ServantAlreadyActive()
Create ServantAlreadyActive with no explaining message.

ServantAlreadyActive

public ServantAlreadyActive(String why)
Create the ServantAlreadyActive with explaining message.

Parameters: why a string, explaining, why this exception has been thrown.