7[[
"cpp:doxygen:include:IceGrid/IceGrid.h"]]
9[[
"cpp:include:IceGrid/Config.h"]]
16[[
"objc:header-dir:objc"]]
18[[
"python:pkgdir:IceGrid"]]
20#ifndef ICE_BUILDING_ICEGRIDDB
21[[
"cpp:dll-export:ICEGRID_API"]]
23[[
"objc:dll-export:ICEGRID_API"]]
29#ifndef __SLICE2JAVA_COMPAT__
30[[
"java:package:com.zeroc"]]
33[
"objc:prefix:ICEGRID"]
This exception is raised if a registry lock wasn't acquired or is already held by a session.
Definition Exception.ice:305
string lockUserId
The id of the user holding the lock (if any).
Definition Exception.ice:311
This exception is raised if an adapter does not exist.
Definition Exception.ice:117
string id
The id of the object adapter.
Definition Exception.ice:123
This exception is raised if the allocation of an object failed.
Definition Exception.ice:320
string reason
The reason why the object couldn't be allocated.
Definition Exception.ice:326
This exception is raised if the request to allocate an object times out.
Definition Exception.ice:336
This exception is raised if an application does not exist.
Definition Exception.ice:43
string name
The name of the application.
Definition Exception.ice:49
This exception is raised if an unknown signal was sent to to a server.
Definition Exception.ice:274
string reason
The details of the unknown signal.
Definition Exception.ice:280
An exception for deployment errors.
Definition Exception.ice:192
string reason
The reason for the failure.
Definition Exception.ice:198
This exception is raised if a file is not available.
Definition Exception.ice:387
string reason
The reason for the failure.
Definition Exception.ice:393
This exception is raised if a node does not exist.
Definition Exception.ice:162
string name
The node name.
Definition Exception.ice:168
This exception is raised if a node could not be reached.
Definition Exception.ice:207
string name
The name of the node that is not reachable.
Definition Exception.ice:213
string reason
The reason why the node couldn't be reached.
Definition Exception.ice:220
This exception is raised if an object already exists.
Definition Exception.ice:132
Ice::Identity id
The identity of the object.
Definition Exception.ice:138
This exception is raised if an object is not registered.
Definition Exception.ice:147
Ice::Identity id
The identity of the object.
Definition Exception.ice:153
This exception is raised if an observer is already registered with the registry.
Definition Exception.ice:365
Ice::Identity id
The identity of the observer.
Definition Exception.ice:371
This exception is raised if a patch failed.
Definition Exception.ice:289
Ice::StringSeq reasons
The reasons why the patch failed.
Definition Exception.ice:295
This exception is raised if a client is denied the ability to create a session with IceGrid.
Definition Exception.ice:346
string reason
The reason why permission was denied.
Definition Exception.ice:352
This exception is raised if a registry does not exist.
Definition Exception.ice:177
string name
The registry name.
Definition Exception.ice:183
This exception is raised if a registry could not be reached.
Definition Exception.ice:251
string reason
The reason why the registry couldn't be reached.
Definition Exception.ice:264
string name
The name of the registry that is not reachable.
Definition Exception.ice:257
This exception is raised if a server does not exist.
Definition Exception.ice:58
string id
The identifier of the server.
Definition Exception.ice:64
This exception is raised if a server failed to start.
Definition Exception.ice:73
string id
The identifier of the server.
Definition Exception.ice:79
string reason
The reason for the failure.
Definition Exception.ice:86
This exception is raised if a server failed to stop.
Definition Exception.ice:95
string reason
The reason for the failure.
Definition Exception.ice:108
string id
The identifier of the server.
Definition Exception.ice:101
This exception is raised if a server could not be reached.
Definition Exception.ice:229
string reason
The reason why the server couldn't be reached.
Definition Exception.ice:242
string name
The id of the server that is not reachable.
Definition Exception.ice:235
sequence< string > StringSeq
A sequence of strings.
Definition BuiltinSequences.ice:51
The identity of an Ice object.
Definition Identity.ice:40