source: trunk/doc/omq/exception/package-summary.html

Last change on this file was 85, checked in by stoda, 11 years ago

Javadocs updated

File size: 8.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="es">
4<head>
5<!-- Generated by javadoc (version 1.7.0_25) on Wed Jul 10 13:13:18 CEST 2013 -->
6<title>omq.exception</title>
7<meta name="date" content="2013-07-10">
8<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="omq.exception";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../overview-summary.html">Overview</a></li>
28<li class="navBarCell1Rev">Package</li>
29<li>Class</li>
30<li><a href="package-use.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../index-files/index-1.html">Index</a></li>
34<li><a href="../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../omq/common/util/Serializers/package-summary.html">Prev Package</a></li>
40<li><a href="../../omq/server/package-summary.html">Next Package</a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../index.html?omq/exception/package-summary.html" target="_top">Frames</a></li>
44<li><a href="package-summary.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<a name="skip-navbar_top">
62<!--   -->
63</a></div>
64<!-- ========= END OF TOP NAVBAR ========= -->
65<div class="header">
66<h1 title="Package" class="title">Package&nbsp;omq.exception</h1>
67</div>
68<div class="contentContainer">
69<ul class="blockList">
70<li class="blockList">
71<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
72<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
73<tr>
74<th class="colFirst" scope="col">Class</th>
75<th class="colLast" scope="col">Description</th>
76</tr>
77<tbody>
78<tr class="altColor">
79<td class="colFirst"><a href="../../omq/exception/OmqException.html" title="class in omq.exception">OmqException</a></td>
80<td class="colLast">&nbsp;</td>
81</tr>
82</tbody>
83</table>
84</li>
85<li class="blockList">
86<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
87<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
88<tr>
89<th class="colFirst" scope="col">Exception</th>
90<th class="colLast" scope="col">Description</th>
91</tr>
92<tbody>
93<tr class="altColor">
94<td class="colFirst"><a href="../../omq/exception/AlreadyBoundException.html" title="class in omq.exception">AlreadyBoundException</a></td>
95<td class="colLast">&nbsp;</td>
96</tr>
97<tr class="rowColor">
98<td class="colFirst"><a href="../../omq/exception/ConnectionException.html" title="class in omq.exception">ConnectionException</a></td>
99<td class="colLast">
100<div class="block">A ConnectionException is thrown if an Exception occurs in the Event middleware.</div>
101</td>
102</tr>
103<tr class="altColor">
104<td class="colFirst"><a href="../../omq/exception/EnvironmentException.html" title="class in omq.exception">EnvironmentException</a></td>
105<td class="colLast">&nbsp;</td>
106</tr>
107<tr class="rowColor">
108<td class="colFirst"><a href="../../omq/exception/InitBrokerException.html" title="class in omq.exception">InitBrokerException</a></td>
109<td class="colLast">&nbsp;</td>
110</tr>
111<tr class="altColor">
112<td class="colFirst"><a href="../../omq/exception/NoContainsInstanceException.html" title="class in omq.exception">NoContainsInstanceException</a></td>
113<td class="colLast">&nbsp;</td>
114</tr>
115<tr class="rowColor">
116<td class="colFirst"><a href="../../omq/exception/NoSuchEvObjectException.html" title="class in omq.exception">NoSuchEvObjectException</a></td>
117<td class="colLast">&nbsp;</td>
118</tr>
119<tr class="altColor">
120<td class="colFirst"><a href="../../omq/exception/NotBoundException.html" title="class in omq.exception">NotBoundException</a></td>
121<td class="colLast">&nbsp;</td>
122</tr>
123<tr class="rowColor">
124<td class="colFirst"><a href="../../omq/exception/ObjectAlreadyExistsException.html" title="class in omq.exception">ObjectAlreadyExistsException</a></td>
125<td class="colLast">&nbsp;</td>
126</tr>
127<tr class="altColor">
128<td class="colFirst"><a href="../../omq/exception/ObjectNotFoundException.html" title="class in omq.exception">ObjectNotFoundException</a></td>
129<td class="colLast">&nbsp;</td>
130</tr>
131<tr class="rowColor">
132<td class="colFirst"><a href="../../omq/exception/RegistryNotLoadedException.html" title="class in omq.exception">RegistryNotLoadedException</a></td>
133<td class="colLast">&nbsp;</td>
134</tr>
135<tr class="altColor">
136<td class="colFirst"><a href="../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a></td>
137<td class="colLast">
138<div class="block">A RemoteException is the common superclass for a wide number of communication-related
139 exceptions that may occur during the execution of a remote method call.</div>
140</td>
141</tr>
142<tr class="rowColor">
143<td class="colFirst"><a href="../../omq/exception/RetryException.html" title="class in omq.exception">RetryException</a></td>
144<td class="colLast">&nbsp;</td>
145</tr>
146<tr class="altColor">
147<td class="colFirst"><a href="../../omq/exception/SerializerException.html" title="class in omq.exception">SerializerException</a></td>
148<td class="colLast">&nbsp;</td>
149</tr>
150<tr class="rowColor">
151<td class="colFirst"><a href="../../omq/exception/SessionException.html" title="class in omq.exception">SessionException</a></td>
152<td class="colLast">
153<div class="block">Wrapper exception class to different exceptions
154 It simply stores the incoming exception and provides a method for obtaining the "real" exception.</div>
155</td>
156</tr>
157<tr class="altColor">
158<td class="colFirst"><a href="../../omq/exception/TimeoutException.html" title="class in omq.exception">TimeoutException</a></td>
159<td class="colLast">
160<div class="block">TimeoutException is thrown if the timeout expires in a remote call.</div>
161</td>
162</tr>
163<tr class="rowColor">
164<td class="colFirst"><a href="../../omq/exception/TypeNotFoundException.html" title="class in omq.exception">TypeNotFoundException</a></td>
165<td class="colLast">
166<div class="block">TypeNotFoundException is thrown if a type is unknown when generating
167 stubs and skeletons.</div>
168</td>
169</tr>
170</tbody>
171</table>
172</li>
173</ul>
174</div>
175<!-- ======= START OF BOTTOM NAVBAR ====== -->
176<div class="bottomNav"><a name="navbar_bottom">
177<!--   -->
178</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
179<!--   -->
180</a>
181<ul class="navList" title="Navigation">
182<li><a href="../../overview-summary.html">Overview</a></li>
183<li class="navBarCell1Rev">Package</li>
184<li>Class</li>
185<li><a href="package-use.html">Use</a></li>
186<li><a href="package-tree.html">Tree</a></li>
187<li><a href="../../deprecated-list.html">Deprecated</a></li>
188<li><a href="../../index-files/index-1.html">Index</a></li>
189<li><a href="../../help-doc.html">Help</a></li>
190</ul>
191</div>
192<div class="subNav">
193<ul class="navList">
194<li><a href="../../omq/common/util/Serializers/package-summary.html">Prev Package</a></li>
195<li><a href="../../omq/server/package-summary.html">Next Package</a></li>
196</ul>
197<ul class="navList">
198<li><a href="../../index.html?omq/exception/package-summary.html" target="_top">Frames</a></li>
199<li><a href="package-summary.html" target="_top">No Frames</a></li>
200</ul>
201<ul class="navList" id="allclasses_navbar_bottom">
202<li><a href="../../allclasses-noframe.html">All Classes</a></li>
203</ul>
204<div>
205<script type="text/javascript"><!--
206  allClassesLink = document.getElementById("allclasses_navbar_bottom");
207  if(window==top) {
208    allClassesLink.style.display = "block";
209  }
210  else {
211    allClassesLink.style.display = "none";
212  }
213  //-->
214</script>
215</div>
216<a name="skip-navbar_bottom">
217<!--   -->
218</a></div>
219<!-- ======== END OF BOTTOM NAVBAR ======= -->
220</body>
221</html>
Note: See TracBrowser for help on using the repository browser.