File: index_exceptions.html

package info (click to toggle)
ocamlnet 2.2.9-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 17,724 kB
  • ctags: 10,053
  • sloc: ml: 63,928; ansic: 1,973; makefile: 800; sh: 651
file content (557 lines) | stat: -rw-r--r-- 27,694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Uq_gtk" rel="Chapter" href="Uq_gtk.html">
<link title="Equeue" rel="Chapter" href="Equeue.html">
<link title="Unixqueue" rel="Chapter" href="Unixqueue.html">
<link title="Uq_engines" rel="Chapter" href="Uq_engines.html">
<link title="Uq_socks5" rel="Chapter" href="Uq_socks5.html">
<link title="Unixqueue_mt" rel="Chapter" href="Unixqueue_mt.html">
<link title="Equeue_intro" rel="Chapter" href="Equeue_intro.html">
<link title="Uq_ssl" rel="Chapter" href="Uq_ssl.html">
<link title="Uq_tcl" rel="Chapter" href="Uq_tcl.html">
<link title="Netcgi_common" rel="Chapter" href="Netcgi_common.html">
<link title="Netcgi" rel="Chapter" href="Netcgi.html">
<link title="Netcgi_ajp" rel="Chapter" href="Netcgi_ajp.html">
<link title="Netcgi_scgi" rel="Chapter" href="Netcgi_scgi.html">
<link title="Netcgi_cgi" rel="Chapter" href="Netcgi_cgi.html">
<link title="Netcgi_fcgi" rel="Chapter" href="Netcgi_fcgi.html">
<link title="Netcgi_dbi" rel="Chapter" href="Netcgi_dbi.html">
<link title="Netcgi1_compat" rel="Chapter" href="Netcgi1_compat.html">
<link title="Netcgi_test" rel="Chapter" href="Netcgi_test.html">
<link title="Netcgi_porting" rel="Chapter" href="Netcgi_porting.html">
<link title="Netcgi_plex" rel="Chapter" href="Netcgi_plex.html">
<link title="Http_client" rel="Chapter" href="Http_client.html">
<link title="Telnet_client" rel="Chapter" href="Telnet_client.html">
<link title="Ftp_data_endpoint" rel="Chapter" href="Ftp_data_endpoint.html">
<link title="Ftp_client" rel="Chapter" href="Ftp_client.html">
<link title="Nethttpd_types" rel="Chapter" href="Nethttpd_types.html">
<link title="Nethttpd_kernel" rel="Chapter" href="Nethttpd_kernel.html">
<link title="Nethttpd_reactor" rel="Chapter" href="Nethttpd_reactor.html">
<link title="Nethttpd_engine" rel="Chapter" href="Nethttpd_engine.html">
<link title="Nethttpd_services" rel="Chapter" href="Nethttpd_services.html">
<link title="Nethttpd_plex" rel="Chapter" href="Nethttpd_plex.html">
<link title="Nethttpd_intro" rel="Chapter" href="Nethttpd_intro.html">
<link title="Netplex_types" rel="Chapter" href="Netplex_types.html">
<link title="Netplex_mp" rel="Chapter" href="Netplex_mp.html">
<link title="Netplex_mt" rel="Chapter" href="Netplex_mt.html">
<link title="Netplex_log" rel="Chapter" href="Netplex_log.html">
<link title="Netplex_controller" rel="Chapter" href="Netplex_controller.html">
<link title="Netplex_container" rel="Chapter" href="Netplex_container.html">
<link title="Netplex_sockserv" rel="Chapter" href="Netplex_sockserv.html">
<link title="Netplex_workload" rel="Chapter" href="Netplex_workload.html">
<link title="Netplex_main" rel="Chapter" href="Netplex_main.html">
<link title="Netplex_config" rel="Chapter" href="Netplex_config.html">
<link title="Netplex_kit" rel="Chapter" href="Netplex_kit.html">
<link title="Rpc_netplex" rel="Chapter" href="Rpc_netplex.html">
<link title="Netplex_cenv" rel="Chapter" href="Netplex_cenv.html">
<link title="Netplex_intro" rel="Chapter" href="Netplex_intro.html">
<link title="Netshm" rel="Chapter" href="Netshm.html">
<link title="Netshm_data" rel="Chapter" href="Netshm_data.html">
<link title="Netshm_hashtbl" rel="Chapter" href="Netshm_hashtbl.html">
<link title="Netshm_array" rel="Chapter" href="Netshm_array.html">
<link title="Netshm_intro" rel="Chapter" href="Netshm_intro.html">
<link title="Netconversion" rel="Chapter" href="Netconversion.html">
<link title="Netchannels" rel="Chapter" href="Netchannels.html">
<link title="Netstream" rel="Chapter" href="Netstream.html">
<link title="Mimestring" rel="Chapter" href="Mimestring.html">
<link title="Netmime" rel="Chapter" href="Netmime.html">
<link title="Netsendmail" rel="Chapter" href="Netsendmail.html">
<link title="Neturl" rel="Chapter" href="Neturl.html">
<link title="Netaddress" rel="Chapter" href="Netaddress.html">
<link title="Netbuffer" rel="Chapter" href="Netbuffer.html">
<link title="Netdate" rel="Chapter" href="Netdate.html">
<link title="Netencoding" rel="Chapter" href="Netencoding.html">
<link title="Netulex" rel="Chapter" href="Netulex.html">
<link title="Netaccel" rel="Chapter" href="Netaccel.html">
<link title="Netaccel_link" rel="Chapter" href="Netaccel_link.html">
<link title="Nethtml" rel="Chapter" href="Nethtml.html">
<link title="Netstring_str" rel="Chapter" href="Netstring_str.html">
<link title="Netstring_pcre" rel="Chapter" href="Netstring_pcre.html">
<link title="Netstring_mt" rel="Chapter" href="Netstring_mt.html">
<link title="Netmappings" rel="Chapter" href="Netmappings.html">
<link title="Netaux" rel="Chapter" href="Netaux.html">
<link title="Nethttp" rel="Chapter" href="Nethttp.html">
<link title="Netchannels_tut" rel="Chapter" href="Netchannels_tut.html">
<link title="Netmime_tut" rel="Chapter" href="Netmime_tut.html">
<link title="Netsendmail_tut" rel="Chapter" href="Netsendmail_tut.html">
<link title="Netulex_tut" rel="Chapter" href="Netulex_tut.html">
<link title="Neturl_tut" rel="Chapter" href="Neturl_tut.html">
<link title="Netsys" rel="Chapter" href="Netsys.html">
<link title="Netpop" rel="Chapter" href="Netpop.html">
<link title="Rpc_auth_dh" rel="Chapter" href="Rpc_auth_dh.html">
<link title="Rpc_key_service" rel="Chapter" href="Rpc_key_service.html">
<link title="Rpc_time" rel="Chapter" href="Rpc_time.html">
<link title="Rpc_auth_local" rel="Chapter" href="Rpc_auth_local.html">
<link title="Rtypes" rel="Chapter" href="Rtypes.html">
<link title="Xdr" rel="Chapter" href="Xdr.html">
<link title="Rpc" rel="Chapter" href="Rpc.html">
<link title="Rpc_program" rel="Chapter" href="Rpc_program.html">
<link title="Rpc_portmapper_aux" rel="Chapter" href="Rpc_portmapper_aux.html">
<link title="Rpc_packer" rel="Chapter" href="Rpc_packer.html">
<link title="Rpc_transport" rel="Chapter" href="Rpc_transport.html">
<link title="Rpc_client" rel="Chapter" href="Rpc_client.html">
<link title="Rpc_simple_client" rel="Chapter" href="Rpc_simple_client.html">
<link title="Rpc_portmapper_clnt" rel="Chapter" href="Rpc_portmapper_clnt.html">
<link title="Rpc_portmapper" rel="Chapter" href="Rpc_portmapper.html">
<link title="Rpc_server" rel="Chapter" href="Rpc_server.html">
<link title="Rpc_auth_sys" rel="Chapter" href="Rpc_auth_sys.html">
<link title="Rpc_intro" rel="Chapter" href="Rpc_intro.html">
<link title="Rpc_mapping_ref" rel="Chapter" href="Rpc_mapping_ref.html">
<link title="Rpc_ssl" rel="Chapter" href="Rpc_ssl.html">
<link title="Rpc_xti_client" rel="Chapter" href="Rpc_xti_client.html">
<link title="Shell_sys" rel="Chapter" href="Shell_sys.html">
<link title="Shell" rel="Chapter" href="Shell.html">
<link title="Shell_uq" rel="Chapter" href="Shell_uq.html">
<link title="Shell_mt" rel="Chapter" href="Shell_mt.html">
<link title="Shell_intro" rel="Chapter" href="Shell_intro.html">
<link title="Netsmtp" rel="Chapter" href="Netsmtp.html"><title>Ocamlnet 2 Reference Manual : Index of exceptions</title>
</head>
<body>
<center><h1>Index of exceptions</h1></center>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Unixqueue.html#EXCEPTIONAbort">Abort</a> [<a href="Unixqueue.html">Unixqueue</a>]</td>
<td><div class="info">
Event handlers can raise this exception to cancel a group 
 of handlers, events, and resources.
</div>
</td></tr>
<tr><td><a href="Uq_engines.html#EXCEPTIONAddressing_method_not_supported">Addressing_method_not_supported</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Raised by <code class="code">client_socket_connector</code> and <code class="code">server_socket_acceptor</code> to
 indicate that the passed address is not supported by the class.
</div>
</td></tr>
<tr><td><a href="Shell_sys.html#EXCEPTIONAlready_installed">Already_installed</a> [<a href="Shell_sys.html">Shell_sys</a>]</td>
<td><div class="info">
Raised when the job handlers are already installed
</div>
</td></tr>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Nethttp.html#EXCEPTIONBad_header_field">Bad_header_field</a> [<a href="Nethttp.html">Nethttp</a>]</td>
<td><div class="info">
Raised when a header field cannot be parsed.
</div>
</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONBad_message">Bad_message</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
The server sent a message which cannot be interpreted.
</div>
</td></tr>
<tr><td><a href="Netpop.html#EXCEPTIONBad_state">Bad_state</a> [<a href="Netpop.html">Netpop</a>]</td>
<td></td></tr>
<tr><td><a href="Netshm.html#EXCEPTIONBreak">Break</a> [<a href="Netshm.html">Netshm</a>]</td>
<td></td></tr>
<tr><td><a href="Uq_engines.html#EXCEPTIONBroken_communication">Broken_communication</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Engines indicate this error when they cannot continue because the
 other endpoint of communication signals an error.
</div>
</td></tr>
<tr><td><a href="Netchannels.html#EXCEPTIONBuffer_underrun">Buffer_underrun</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Raised by input methods if the internal buffer of the channel is too
 empty to read even one byte of data.
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONByte_order_mark">Byte_order_mark</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when it is tried to get the code point of the BOM at the
 beginning of the string
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Uq_engines.html#EXCEPTIONCancelled">Cancelled</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
The callback function of a <code class="code">multiplex_controller</code> is invoked with this
 exception if the operation is cancelled.
</div>
</td></tr>
<tr><td><a href="Rtypes.html#EXCEPTIONCannot_represent">Cannot_represent</a> [<a href="Rtypes.html">Rtypes</a>]</td>
<td><div class="info">
raised if a conversion can't be done
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONCannot_represent">Cannot_represent</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when a certain Unicode code point cannot be represented in
 the selected output encoding
</div>
</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONClient_is_down">Client_is_down</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
The RPC call cannot be performed because the client has been shut down
 in the meantime.
</div>
</td></tr>
<tr><td><a href="Netchannels.html#EXCEPTIONClosed_channel">Closed_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Raised when channel operations are called when the channel is closed
</div>
</td></tr>
<tr><td><a href="Uq_engines.html#EXCEPTIONClosed_channel">Closed_channel</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Raised when a method of a closed channel object is called (only channel
 methods count).
</div>
</td></tr>
<tr><td><a href="Netchannels.html#EXCEPTIONCommand_failure">Command_failure</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Raised by <code class="code">close_in</code> or <code class="code">close_out</code> if the channel is connected with
 another process, and the execution of that process fails.
</div>
</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONCommunication_error">Communication_error</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
an I/O error happened
</div>
</td></tr>
<tr><td><a href="Netplex_config.html#EXCEPTIONConfig_error">Config_error</a> [<a href="Netplex_config.html">Netplex_config</a>]</td>
<td></td></tr>
<tr><td><a href="Rpc_server.html#EXCEPTIONConnection_lost">Connection_lost</a> [<a href="Rpc_server.html">Rpc_server</a>]</td>
<td><div class="info">
raised by the 'reply' function if the connection to the original caller
 has been lost in the meantime.
</div>
</td></tr>
<tr><td><a href="Netshm.html#EXCEPTIONCorrupt_file">Corrupt_file</a> [<a href="Netshm.html">Netshm</a>]</td>
<td><div class="info">
Raised when a violation of the object format is detected
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONCursor_out_of_range">Cursor_out_of_range</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when it is tried to move the cursor beyond the beginning of the
 string or beyond the end of the string.
</div>
</td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Netshm.html#EXCEPTIONDeadlock">Deadlock</a> [<a href="Netshm.html">Netshm</a>]</td>
<td><div class="info">
Raised when a deadlock situation was detected.
</div>
</td></tr>
<tr><td><a href="Xdr.html#EXCEPTIONDest_failure">Dest_failure</a> [<a href="Xdr.html">Xdr</a>]</td>
<td><div class="info">
raised if the dest_* function are applied to non-matching xdr_value
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONEnd_of_string">End_of_string</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when it is tried to access the character after the end of the
 string (at position <code class="code">n_max</code>)
</div>
</td></tr>
<tr><td><a href="Netpop.html#EXCEPTIONErr_status">Err_status</a> [<a href="Netpop.html">Netpop</a>]</td>
<td></td></tr>
<tr><td><a href="Rpc_transport.html#EXCEPTIONError">Error</a> [<a href="Rpc_transport.html">Rpc_transport</a>]</td>
<td><div class="info">
Passed back as <code class="code">`Error</code>.
</div>
</td></tr>
<tr><td><a href="Netulex.Ulexing.html#EXCEPTIONError">Error</a> [<a href="Netulex.Ulexing.html">Netulex.Ulexing</a>]</td>
<td><div class="info">
Lexical error
</div>
</td></tr>
<tr><td><a href="Shell_sys.html#EXCEPTIONExecutable_not_found">Executable_not_found</a> [<a href="Shell_sys.html">Shell_sys</a>]</td>
<td><div class="info">
Raised when an executable file cannot be found; the argument is the
  search name
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Ftp_client.html#EXCEPTIONFTP_error">FTP_error</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Something went wrong, often on socket level
</div>
</td></tr>
<tr><td><a href="Ftp_client.html#EXCEPTIONFTP_method_perm_failure">FTP_method_perm_failure</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td></td></tr>
<tr><td><a href="Ftp_client.html#EXCEPTIONFTP_method_temp_failure">FTP_method_temp_failure</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td></td></tr>
<tr><td><a href="Ftp_client.html#EXCEPTIONFTP_method_unexpected_reply">FTP_method_unexpected_reply</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
These exceptions may be raised during execution by the FTP method.
</div>
</td></tr>
<tr><td><a href="Ftp_client.html#EXCEPTIONFTP_protocol_violation">FTP_protocol_violation</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
The server violates the FTP specification
</div>
</td></tr>
<tr><td><a href="Shell_sys.html#EXCEPTIONFatal_error">Fatal_error</a> [<a href="Shell_sys.html">Shell_sys</a>]</td>
<td><div class="info">
An error is fatal if it is not possible to recover from it in a
 predictable manner.
</div>
</td></tr>
<tr><td align="left"><br>H</td></tr>
<tr><td><a href="Netcgi_common.html#EXCEPTIONHTTP">HTTP</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
Exception raised by various functions of this library to return
      to the user agent an appropriate error page with the specified
      http-status (this exception must be caught by the connector and
      a default answer sent).
</div>
</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONHttp_error">Http_error</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
<b>Deprecated.</b>
</div>
</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONHttp_protocol">Http_protocol</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
The request could not be processed because the exception condition 
 was raised.
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Netmime.html#EXCEPTIONImmutable">Immutable</a> [<a href="Netmime.html">Netmime</a>]</td>
<td><div class="info">
Raised if it is tried to modify a read-only value.
</div>
</td></tr>
<tr><td align="left"><br>K</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONKeep_call">Keep_call</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
This exception can be raised by the callback function that is invoked
 when the server response arrives.
</div>
</td></tr>
<tr><td><a href="Rpc_key_service.html#EXCEPTIONKey_service_problem">Key_service_problem</a> [<a href="Rpc_key_service.html">Rpc_key_service</a>]</td>
<td><div class="info">
All exceptions (except the exceptions defined above) are wrapped into
 <code class="code">Key_service_problem</code>.
</div>
</td></tr>
<tr><td align="left"><br>L</td></tr>
<tr><td><a href="Mimestring.html#EXCEPTIONLine_too_long">Line_too_long</a> [<a href="Mimestring.html">Mimestring</a>]</td>
<td><div class="info">
Raised when the hard limit of the line length is exceeded
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Neturl.html#EXCEPTIONMalformed_URL">Malformed_URL</a> [<a href="Neturl.html">Neturl</a>]</td>
<td><div class="info">
Raised by a number of functions when encountering a badly formed
 URL.
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONMalformed_code">Malformed_code</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when an illegal byte sequence is found
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONMalformed_code_at">Malformed_code_at</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
An illegal byte sequence is found at this byte position
</div>
</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONMessage_lost">Message_lost</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
got EOF when some pending procedure calls were not replied or even sent
</div>
</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONMessage_timeout">Message_timeout</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
After all retransmissions, there was still no reply
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONName_resolution_error">Name_resolution_error</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Could not resolve this name
</div>
</td></tr>
<tr><td><a href="Rpc_key_service.html#EXCEPTIONNetname_unknown">Netname_unknown</a> [<a href="Rpc_key_service.html">Rpc_key_service</a>]</td>
<td><div class="info">
The netname is invalid
</div>
</td></tr>
<tr><td><a href="Netshm.html#EXCEPTIONNext">Next</a> [<a href="Netshm.html">Netshm</a>]</td>
<td></td></tr>
<tr><td><a href="Shell_sys.html#EXCEPTIONNo_Unix_process_group">No_Unix_process_group</a> [<a href="Shell_sys.html">Shell_sys</a>]</td>
<td><div class="info">
Raised by functions referring to Unix process groups when the
 job has not been started in its own process group.
</div>
</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONNo_reply">No_reply</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
There was no response to the request because some other request failed
 earlier and it was not allowed to send the request again.
</div>
</td></tr>
<tr><td><a href="Rpc_key_service.html#EXCEPTIONNo_secret_key">No_secret_key</a> [<a href="Rpc_key_service.html">Rpc_key_service</a>]</td>
<td><div class="info">
The user does not have a secret key for the netname
</div>
</td></tr>
<tr><td><a href="Netcgi1_compat.html#EXCEPTIONNot_implemented">Not_implemented</a> [<a href="Netcgi1_compat.html">Netcgi1_compat</a>]</td>
<td><div class="info">
Raised by some functions/exceptions when a feature of the old model
 cannot be implemented in the new model or vice versa
</div>
</td></tr>
<tr><td><a href="Netplex_cenv.html#EXCEPTIONNot_in_container_thread">Not_in_container_thread</a> [<a href="Netplex_cenv.html">Netplex_cenv</a>]</td>
<td><div class="info">
Raised when the caller's thread is not a container thread
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Equeue.html#EXCEPTIONOut_of_handlers">Out_of_handlers</a> [<a href="Equeue.html">Equeue</a>]</td>
<td><div class="info">
Raised by <code class="code">run</code> when the event source adds new events to the queue
 but there are no event handlers to process them
</div>
</td></tr>
<tr><td><a href="Rtypes.html#EXCEPTIONOut_of_range">Out_of_range</a> [<a href="Rtypes.html">Rtypes</a>]</td>
<td><div class="info">
raised if string position out of range
</div>
</td></tr>
<tr><td><a href="Netcgi.Argument.html#EXCEPTIONOversized">Oversized</a> [<a href="Netcgi.Argument.html">Netcgi.Argument</a>]</td>
<td></td></tr>
<tr><td><a href="Netcgi_common.html#EXCEPTIONOversized">Oversized</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
See <a href="Netcgi.Argument.html#EXCEPTIONOversized"><code class="code">Netcgi.Argument.Oversized</code></a>.
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Netaddress.html#EXCEPTIONParse_error">Parse_error</a> [<a href="Netaddress.html">Netaddress</a>]</td>
<td><div class="info">
A parsing error.
</div>
</td></tr>
<tr><td><a href="Netconversion.html#EXCEPTIONPartial_character">Partial_character</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
Raised when the last character of the string is an incomplete
 multi-byte character, and it is tried to get the code point
 (using <code class="code">uchar_at</code>).
</div>
</td></tr>
<tr><td><a href="Netsmtp.html#EXCEPTIONPermanent_error">Permanent_error</a> [<a href="Netsmtp.html">Netsmtp</a>]</td>
<td></td></tr>
<tr><td><a href="Netsmtp.html#EXCEPTIONProtocol_error">Protocol_error</a> [<a href="Netsmtp.html">Netsmtp</a>]</td>
<td></td></tr>
<tr><td><a href="Netpop.html#EXCEPTIONProtocol_error">Protocol_error</a> [<a href="Netpop.html">Netpop</a>]</td>
<td></td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Nethttpd_kernel.html#EXCEPTIONRecv_queue_empty">Recv_queue_empty</a> [<a href="Nethttpd_kernel.html">Nethttpd_kernel</a>]</td>
<td></td></tr>
<tr><td><a href="Nethttpd_types.html#EXCEPTIONRedirect_request">Redirect_request</a> [<a href="Nethttpd_types.html">Nethttpd_types</a>]</td>
<td><div class="info">
The "early" redirect is only allowed in stage 1 of HTTP processing.
</div>
</td></tr>
<tr><td><a href="Nethttpd_types.html#EXCEPTIONRedirect_response">Redirect_response</a> [<a href="Nethttpd_types.html">Nethttpd_types</a>]</td>
<td><div class="info">
The "late" redirect is only allowed in stage 3 of HTTP processing.
</div>
</td></tr>
<tr><td><a href="Equeue.html#EXCEPTIONReject">Reject</a> [<a href="Equeue.html">Equeue</a>]</td>
<td><div class="info">
May be raised by event handlers to reject events
</div>
</td></tr>
<tr><td><a href="Rpc.html#EXCEPTIONRpc_cannot_unpack">Rpc_cannot_unpack</a> [<a href="Rpc.html">Rpc</a>]</td>
<td><div class="info">
RPC protocol error (bad data)
</div>
</td></tr>
<tr><td><a href="Rpc.html#EXCEPTIONRpc_server">Rpc_server</a> [<a href="Rpc.html">Rpc</a>]</td>
<td><div class="info">
an exception generated by the RPC server
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Nethttpd_kernel.html#EXCEPTIONSend_queue_empty">Send_queue_empty</a> [<a href="Nethttpd_kernel.html">Nethttpd_kernel</a>]</td>
<td></td></tr>
<tr><td><a href="Uq_socks5.html#EXCEPTIONSocks_error">Socks_error</a> [<a href="Uq_socks5.html">Uq_socks5</a>]</td>
<td><div class="info">
Raised when error messages of the SOCKS proxy are received, or
 because of other SOCKS-related problems.
</div>
</td></tr>
<tr><td><a href="Uq_ssl.html#EXCEPTIONSsl_error">Ssl_error</a> [<a href="Uq_ssl.html">Uq_ssl</a>]</td>
<td><div class="info">
Used in <code class="code">when_done</code> callbacks to indicate an SSL-specific error code
</div>
</td></tr>
<tr><td><a href="Nethttpd_types.html#EXCEPTIONStandard_response">Standard_response</a> [<a href="Nethttpd_types.html">Nethttpd_types</a>]</td>
<td><div class="info">
Some HTTP containers allow you to raise this exception.
</div>
</td></tr>
<tr><td><a href="Shell.html#EXCEPTIONSubprocess_error">Subprocess_error</a> [<a href="Shell.html">Shell</a>]</td>
<td><div class="info">
The string contains the called commands in a readable representation.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="Telnet_client.html#EXCEPTIONTelnet_protocol">Telnet_protocol</a> [<a href="Telnet_client.html">Telnet_client</a>]</td>
<td><div class="info">
Wrapper for exceptions that already passed the exception handler.
</div>
</td></tr>
<tr><td><a href="Equeue.html#EXCEPTIONTerminate">Terminate</a> [<a href="Equeue.html">Equeue</a>]</td>
<td><div class="info">
May be raised by event handlers to accept events while terminating
 themselves
</div>
</td></tr>
<tr><td><a href="Rpc_time.html#EXCEPTIONTime_not_available">Time_not_available</a> [<a href="Rpc_time.html">Rpc_time</a>]</td>
<td></td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONToo_many_redirections">Too_many_redirections</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
While following redirections the limit has been reached
</div>
</td></tr>
<tr><td><a href="Netsmtp.html#EXCEPTIONTransient_error">Transient_error</a> [<a href="Netsmtp.html">Netsmtp</a>]</td>
<td></td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Http_client.html#EXCEPTIONURL_syntax_error">URL_syntax_error</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
This URL cannot be parsed after a redirection has been followed.
</div>
</td></tr>
<tr><td><a href="Rpc_client.html#EXCEPTIONUnbound_exception">Unbound_exception</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
This exception can be raised by the callback function that is invoked
 when the server response arrives.
</div>
</td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Uq_engines.html#EXCEPTIONWatchdog_timeout">Watchdog_timeout</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Used by the watchdog engine to indicate a timeout.
</div>
</td></tr>
<tr><td align="left"><br>X</td></tr>
<tr><td><a href="Xdr.html#EXCEPTIONXdr_format">Xdr_format</a> [<a href="Xdr.html">Xdr</a>]</td>
<td><div class="info">
Format error found during unpacking a string
</div>
</td></tr>
<tr><td><a href="Xdr.html#EXCEPTIONXdr_format_message_too_long">Xdr_format_message_too_long</a> [<a href="Xdr.html">Xdr</a>]</td>
<td><div class="info">
The message is too long and cannot be packed into a string
</div>
</td></tr>
</table><br>
</body>
</html>