org.omg.PortableServer.POAPackage

Class ObjectAlreadyActive

public final class ObjectAlreadyActive extends UserException implements IDLEntity, Serializable

Raised in response to activate the already active object.
Constructor Summary
ObjectAlreadyActive()
Create ObjectAlreadyActive with no explaining message.
ObjectAlreadyActive(String why)
Create the ObjectAlreadyActive with explaining message.

Constructor Detail

ObjectAlreadyActive

public ObjectAlreadyActive()
Create ObjectAlreadyActive with no explaining message.

ObjectAlreadyActive

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

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