Home Previous Up Next Index

Ice::ObjectAdapterIdInUseException

Overview

local exception ObjectAdapterIdInUseException

This exception is raised if an ObjectAdapter cannot be activated. This happens if the Locator detects another active ObjectAdapter with the same adapter id.

Data Members

string id;

Adapter ID.


Home Previous Up Next Index