Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Exception.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 [["cpp:include:IceGrid/Config.h"]]
14 
15 #include <Ice/Identity.ice>
16 #include <Ice/BuiltinSequences.ice>
17 
18 ["objc:prefix:ICEGRID"]
19 module IceGrid
20 {
21 
28 {
34  string name;
35 };
36 
43 {
49  string id;
50 };
51 
58 {
64  string id;
65 
71  string reason;
72 };
73 
80 {
86  string id;
87 
93  string reason;
94 };
95 
102 {
108  string id;
109 };
110 
117 {
124 };
125 
132 {
139 };
140 
147 {
153  string name;
154 };
155 
162 {
168  string name;
169 };
170 
177 {
183  string reason;
184 };
185 
192 {
198  string name;
199 
205  string reason;
206 };
207 
214 {
220  string name;
221 
227  string reason;
228 };
229 
230 
237 {
243  string name;
244 
250  string reason;
251 };
252 
260 {
266  string reason;
267 };
268 
274 exception PatchException
275 {
282 };
283 
291 {
297  string lockUserId;
298 };
299 
306 {
312  string reason;
313 };
314 
322 {
323 };
324 
332 {
338  string reason;
339 };
340 
351 {
358 };
359 
373 {
379  string reason;
380 };
381 
382 
383 };
384 
This exception is raised if a registry lock wasn&#39;t acquired or is already held by a session...
Definition: Exception.ice:290
Ice::Identity id
The identity of the object.
Definition: Exception.ice:123
string id
The identifier of the server.
Definition: Exception.ice:64
An exception for deployment errors.
Definition: Exception.ice:176
This exception is raised if the allocation of an object failed.
Definition: Exception.ice:305
This exception is raised if a node could not be reached.
Definition: Exception.ice:191
string name
The name of the application.
Definition: Exception.ice:34
Ice::StringSeq reasons
The reasons why the patch failed.
Definition: Exception.ice:281
This exception is raised if an adapter does not exist.
Definition: Exception.ice:101
string reason
The details of the unknown signal.
Definition: Exception.ice:266
This exception is raised if a registry could not be reached.
Definition: Exception.ice:236
string name
The id of the server that is not reachable.
Definition: Exception.ice:220
string name
The registry name.
Definition: Exception.ice:168
The identity of an Ice object.
Definition: Identity.ice:28
string id
The id of the object adapter.
Definition: Exception.ice:108
string reason
The reason why the server couldn&#39;t be reached.
Definition: Exception.ice:227
This exception is raised if an object already exists.
Definition: Exception.ice:116
This exception is raised if a server could not be reached.
Definition: Exception.ice:213
string name
The name of the node that is not reachable.
Definition: Exception.ice:198
string reason
The reason why the node couldn&#39;t be reached.
Definition: Exception.ice:205
This exception is raised if the request to allocate an object times out.
Definition: Exception.ice:321
string reason
The reason for the failure.
Definition: Exception.ice:379
Ice::Identity id
The identity of the observer.
Definition: Exception.ice:357
string id
The identifier of the server.
Definition: Exception.ice:49
This exception is raised if a server failed to start.
Definition: Exception.ice:57
string reason
The reason why the registry couldn&#39;t be reached.
Definition: Exception.ice:250
string reason
The reason for the failure.
Definition: Exception.ice:71
This exception is raised if an observer is already registered with the registry.
Definition: Exception.ice:350
string name
The name of the registry that is not reachable.
Definition: Exception.ice:243
string reason
The reason why the object couldn&#39;t be allocated.
Definition: Exception.ice:312
string id
The identifier of the server.
Definition: Exception.ice:86
This exception is raised if a patch failed.
Definition: Exception.ice:274
This exception is raised if a file is not available.
Definition: Exception.ice:372
This exception is raised if an object is not registered.
Definition: Exception.ice:131
string lockUserId
The id of the user holding the lock (if any).
Definition: Exception.ice:297
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24
Ice::Identity id
The identity of the object.
Definition: Exception.ice:138
This exception is raised if an unknown signal was sent to to a server.
Definition: Exception.ice:259
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40
This exception is raised if a server does not exist.
Definition: Exception.ice:42
This exception is raised if a client is denied the ability to create a session with IceGrid...
Definition: Exception.ice:331
string reason
The reason for the failure.
Definition: Exception.ice:183
string reason
The reason why permission was denied.
Definition: Exception.ice:338
string name
The node name.
Definition: Exception.ice:153
This exception is raised if an application does not exist.
Definition: Exception.ice:27
This exception is raised if a registry does not exist.
Definition: Exception.ice:161
This exception is raised if a server failed to stop.
Definition: Exception.ice:79
This exception is raised if a node does not exist.
Definition: Exception.ice:146
string reason
The reason for the failure.
Definition: Exception.ice:93