source: trunk/doc/omq/exception/SessionException.html @ 85

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

Javadocs updated

File size: 9.2 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:17 CEST 2013 -->
6<title>SessionException</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="SessionException";
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><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/SessionException.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/exception/SerializerException.html" title="class in omq.exception"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../omq/exception/TimeoutException.html" title="class in omq.exception"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../index.html?omq/exception/SessionException.html" target="_top">Frames</a></li>
44<li><a href="SessionException.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<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li>Field&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li>Field&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">omq.exception</div>
83<h2 title="Class SessionException" class="title">Class SessionException</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li>java.lang.Object</li>
88<li>
89<ul class="inheritance">
90<li>java.lang.Throwable</li>
91<li>
92<ul class="inheritance">
93<li>java.lang.Exception</li>
94<li>
95<ul class="inheritance">
96<li>omq.exception.SessionException</li>
97</ul>
98</li>
99</ul>
100</li>
101</ul>
102</li>
103</ul>
104<div class="description">
105<ul class="blockList">
106<li class="blockList">
107<dl>
108<dt>All Implemented Interfaces:</dt>
109<dd>java.io.Serializable</dd>
110</dl>
111<hr>
112<br>
113<pre>public class <span class="strong">SessionException</span>
114extends java.lang.Exception</pre>
115<div class="block">Wrapper exception class to different exceptions
116 It simply stores the incoming exception and provides a method for obtaining the "real" exception.</div>
117<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#omq.exception.SessionException">Serialized Form</a></dd></dl>
118</li>
119</ul>
120</div>
121<div class="summary">
122<ul class="blockList">
123<li class="blockList">
124<!-- ======== CONSTRUCTOR SUMMARY ======== -->
125<ul class="blockList">
126<li class="blockList"><a name="constructor_summary">
127<!--   -->
128</a>
129<h3>Constructor Summary</h3>
130<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
131<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
132<tr>
133<th class="colOne" scope="col">Constructor and Description</th>
134</tr>
135<tr class="altColor">
136<td class="colOne"><code><strong><a href="../../omq/exception/SessionException.html#SessionException(java.lang.Exception)">SessionException</a></strong>(java.lang.Exception&nbsp;ex)</code>&nbsp;</td>
137</tr>
138</table>
139</li>
140</ul>
141<!-- ========== METHOD SUMMARY =========== -->
142<ul class="blockList">
143<li class="blockList"><a name="method_summary">
144<!--   -->
145</a>
146<h3>Method Summary</h3>
147<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
148<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
149<tr>
150<th class="colFirst" scope="col">Modifier and Type</th>
151<th class="colLast" scope="col">Method and Description</th>
152</tr>
153<tr class="altColor">
154<td class="colFirst"><code>java.lang.Exception</code></td>
155<td class="colLast"><code><strong><a href="../../omq/exception/SessionException.html#getException()">getException</a></strong>()</code>
156<div class="block">This method returns the exception produced in the notification service.</div>
157</td>
158</tr>
159</table>
160<ul class="blockList">
161<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
162<!--   -->
163</a>
164<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
165<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
166</ul>
167<ul class="blockList">
168<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
169<!--   -->
170</a>
171<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
172<code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
173</ul>
174</li>
175</ul>
176</li>
177</ul>
178</div>
179<div class="details">
180<ul class="blockList">
181<li class="blockList">
182<!-- ========= CONSTRUCTOR DETAIL ======== -->
183<ul class="blockList">
184<li class="blockList"><a name="constructor_detail">
185<!--   -->
186</a>
187<h3>Constructor Detail</h3>
188<a name="SessionException(java.lang.Exception)">
189<!--   -->
190</a>
191<ul class="blockListLast">
192<li class="blockList">
193<h4>SessionException</h4>
194<pre>public&nbsp;SessionException(java.lang.Exception&nbsp;ex)</pre>
195</li>
196</ul>
197</li>
198</ul>
199<!-- ============ METHOD DETAIL ========== -->
200<ul class="blockList">
201<li class="blockList"><a name="method_detail">
202<!--   -->
203</a>
204<h3>Method Detail</h3>
205<a name="getException()">
206<!--   -->
207</a>
208<ul class="blockListLast">
209<li class="blockList">
210<h4>getException</h4>
211<pre>public&nbsp;java.lang.Exception&nbsp;getException()</pre>
212<div class="block">This method returns the exception produced in the notification service.</div>
213<dl><dt><span class="strong">Returns:</span></dt><dd>Exception The exception occured in the underlying notification service.</dd></dl>
214</li>
215</ul>
216</li>
217</ul>
218</li>
219</ul>
220</div>
221</div>
222<!-- ========= END OF CLASS DATA ========= -->
223<!-- ======= START OF BOTTOM NAVBAR ====== -->
224<div class="bottomNav"><a name="navbar_bottom">
225<!--   -->
226</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
227<!--   -->
228</a>
229<ul class="navList" title="Navigation">
230<li><a href="../../overview-summary.html">Overview</a></li>
231<li><a href="package-summary.html">Package</a></li>
232<li class="navBarCell1Rev">Class</li>
233<li><a href="class-use/SessionException.html">Use</a></li>
234<li><a href="package-tree.html">Tree</a></li>
235<li><a href="../../deprecated-list.html">Deprecated</a></li>
236<li><a href="../../index-files/index-1.html">Index</a></li>
237<li><a href="../../help-doc.html">Help</a></li>
238</ul>
239</div>
240<div class="subNav">
241<ul class="navList">
242<li><a href="../../omq/exception/SerializerException.html" title="class in omq.exception"><span class="strong">Prev Class</span></a></li>
243<li><a href="../../omq/exception/TimeoutException.html" title="class in omq.exception"><span class="strong">Next Class</span></a></li>
244</ul>
245<ul class="navList">
246<li><a href="../../index.html?omq/exception/SessionException.html" target="_top">Frames</a></li>
247<li><a href="SessionException.html" target="_top">No Frames</a></li>
248</ul>
249<ul class="navList" id="allclasses_navbar_bottom">
250<li><a href="../../allclasses-noframe.html">All Classes</a></li>
251</ul>
252<div>
253<script type="text/javascript"><!--
254  allClassesLink = document.getElementById("allclasses_navbar_bottom");
255  if(window==top) {
256    allClassesLink.style.display = "block";
257  }
258  else {
259    allClassesLink.style.display = "none";
260  }
261  //-->
262</script>
263</div>
264<div>
265<ul class="subNavList">
266<li>Summary:&nbsp;</li>
267<li>Nested&nbsp;|&nbsp;</li>
268<li>Field&nbsp;|&nbsp;</li>
269<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
270<li><a href="#method_summary">Method</a></li>
271</ul>
272<ul class="subNavList">
273<li>Detail:&nbsp;</li>
274<li>Field&nbsp;|&nbsp;</li>
275<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
276<li><a href="#method_detail">Method</a></li>
277</ul>
278</div>
279<a name="skip-navbar_bottom">
280<!--   -->
281</a></div>
282<!-- ======== END OF BOTTOM NAVBAR ======= -->
283</body>
284</html>
Note: See TracBrowser for help on using the repository browser.