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>ConnectionException</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="ConnectionException"; |
---|
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/ConnectionException.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/AlreadyBoundException.html" title="class in omq.exception"><span class="strong">Prev Class</span></a></li> |
---|
40 | <li><a href="../../omq/exception/EnvironmentException.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/ConnectionException.html" target="_top">Frames</a></li> |
---|
44 | <li><a href="ConnectionException.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: </li> |
---|
64 | <li>Nested | </li> |
---|
65 | <li>Field | </li> |
---|
66 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
67 | <li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> |
---|
68 | </ul> |
---|
69 | <ul class="subNavList"> |
---|
70 | <li>Detail: </li> |
---|
71 | <li>Field | </li> |
---|
72 | <li><a href="#constructor_detail">Constr</a> | </li> |
---|
73 | <li>Method</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 ConnectionException" class="title">Class ConnectionException</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><a href="../../omq/exception/RemoteException.html" title="class in omq.exception">omq.exception.RemoteException</a></li> |
---|
97 | <li> |
---|
98 | <ul class="inheritance"> |
---|
99 | <li>omq.exception.ConnectionException</li> |
---|
100 | </ul> |
---|
101 | </li> |
---|
102 | </ul> |
---|
103 | </li> |
---|
104 | </ul> |
---|
105 | </li> |
---|
106 | </ul> |
---|
107 | </li> |
---|
108 | </ul> |
---|
109 | <div class="description"> |
---|
110 | <ul class="blockList"> |
---|
111 | <li class="blockList"> |
---|
112 | <dl> |
---|
113 | <dt>All Implemented Interfaces:</dt> |
---|
114 | <dd>java.io.Serializable</dd> |
---|
115 | </dl> |
---|
116 | <hr> |
---|
117 | <br> |
---|
118 | <pre>public class <span class="strong">ConnectionException</span> |
---|
119 | extends <a href="../../omq/exception/RemoteException.html" title="class in omq.exception">RemoteException</a></pre> |
---|
120 | <div class="block">A ConnectionException is thrown if an Exception occurs in the Event middleware.</div> |
---|
121 | <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#omq.exception.ConnectionException">Serialized Form</a></dd></dl> |
---|
122 | </li> |
---|
123 | </ul> |
---|
124 | </div> |
---|
125 | <div class="summary"> |
---|
126 | <ul class="blockList"> |
---|
127 | <li class="blockList"> |
---|
128 | <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
---|
129 | <ul class="blockList"> |
---|
130 | <li class="blockList"><a name="constructor_summary"> |
---|
131 | <!-- --> |
---|
132 | </a> |
---|
133 | <h3>Constructor Summary</h3> |
---|
134 | <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
---|
135 | <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
---|
136 | <tr> |
---|
137 | <th class="colOne" scope="col">Constructor and Description</th> |
---|
138 | </tr> |
---|
139 | <tr class="altColor"> |
---|
140 | <td class="colOne"><code><strong><a href="../../omq/exception/ConnectionException.html#ConnectionException(java.lang.String)">ConnectionException</a></strong>(java.lang.String msg)</code> </td> |
---|
141 | </tr> |
---|
142 | </table> |
---|
143 | </li> |
---|
144 | </ul> |
---|
145 | <!-- ========== METHOD SUMMARY =========== --> |
---|
146 | <ul class="blockList"> |
---|
147 | <li class="blockList"><a name="method_summary"> |
---|
148 | <!-- --> |
---|
149 | </a> |
---|
150 | <h3>Method Summary</h3> |
---|
151 | <ul class="blockList"> |
---|
152 | <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> |
---|
153 | <!-- --> |
---|
154 | </a> |
---|
155 | <h3>Methods inherited from class java.lang.Throwable</h3> |
---|
156 | <code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> |
---|
157 | </ul> |
---|
158 | <ul class="blockList"> |
---|
159 | <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
---|
160 | <!-- --> |
---|
161 | </a> |
---|
162 | <h3>Methods inherited from class java.lang.Object</h3> |
---|
163 | <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> |
---|
164 | </ul> |
---|
165 | </li> |
---|
166 | </ul> |
---|
167 | </li> |
---|
168 | </ul> |
---|
169 | </div> |
---|
170 | <div class="details"> |
---|
171 | <ul class="blockList"> |
---|
172 | <li class="blockList"> |
---|
173 | <!-- ========= CONSTRUCTOR DETAIL ======== --> |
---|
174 | <ul class="blockList"> |
---|
175 | <li class="blockList"><a name="constructor_detail"> |
---|
176 | <!-- --> |
---|
177 | </a> |
---|
178 | <h3>Constructor Detail</h3> |
---|
179 | <a name="ConnectionException(java.lang.String)"> |
---|
180 | <!-- --> |
---|
181 | </a> |
---|
182 | <ul class="blockListLast"> |
---|
183 | <li class="blockList"> |
---|
184 | <h4>ConnectionException</h4> |
---|
185 | <pre>public ConnectionException(java.lang.String msg)</pre> |
---|
186 | </li> |
---|
187 | </ul> |
---|
188 | </li> |
---|
189 | </ul> |
---|
190 | </li> |
---|
191 | </ul> |
---|
192 | </div> |
---|
193 | </div> |
---|
194 | <!-- ========= END OF CLASS DATA ========= --> |
---|
195 | <!-- ======= START OF BOTTOM NAVBAR ====== --> |
---|
196 | <div class="bottomNav"><a name="navbar_bottom"> |
---|
197 | <!-- --> |
---|
198 | </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
---|
199 | <!-- --> |
---|
200 | </a> |
---|
201 | <ul class="navList" title="Navigation"> |
---|
202 | <li><a href="../../overview-summary.html">Overview</a></li> |
---|
203 | <li><a href="package-summary.html">Package</a></li> |
---|
204 | <li class="navBarCell1Rev">Class</li> |
---|
205 | <li><a href="class-use/ConnectionException.html">Use</a></li> |
---|
206 | <li><a href="package-tree.html">Tree</a></li> |
---|
207 | <li><a href="../../deprecated-list.html">Deprecated</a></li> |
---|
208 | <li><a href="../../index-files/index-1.html">Index</a></li> |
---|
209 | <li><a href="../../help-doc.html">Help</a></li> |
---|
210 | </ul> |
---|
211 | </div> |
---|
212 | <div class="subNav"> |
---|
213 | <ul class="navList"> |
---|
214 | <li><a href="../../omq/exception/AlreadyBoundException.html" title="class in omq.exception"><span class="strong">Prev Class</span></a></li> |
---|
215 | <li><a href="../../omq/exception/EnvironmentException.html" title="class in omq.exception"><span class="strong">Next Class</span></a></li> |
---|
216 | </ul> |
---|
217 | <ul class="navList"> |
---|
218 | <li><a href="../../index.html?omq/exception/ConnectionException.html" target="_top">Frames</a></li> |
---|
219 | <li><a href="ConnectionException.html" target="_top">No Frames</a></li> |
---|
220 | </ul> |
---|
221 | <ul class="navList" id="allclasses_navbar_bottom"> |
---|
222 | <li><a href="../../allclasses-noframe.html">All Classes</a></li> |
---|
223 | </ul> |
---|
224 | <div> |
---|
225 | <script type="text/javascript"><!-- |
---|
226 | allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
---|
227 | if(window==top) { |
---|
228 | allClassesLink.style.display = "block"; |
---|
229 | } |
---|
230 | else { |
---|
231 | allClassesLink.style.display = "none"; |
---|
232 | } |
---|
233 | //--> |
---|
234 | </script> |
---|
235 | </div> |
---|
236 | <div> |
---|
237 | <ul class="subNavList"> |
---|
238 | <li>Summary: </li> |
---|
239 | <li>Nested | </li> |
---|
240 | <li>Field | </li> |
---|
241 | <li><a href="#constructor_summary">Constr</a> | </li> |
---|
242 | <li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> |
---|
243 | </ul> |
---|
244 | <ul class="subNavList"> |
---|
245 | <li>Detail: </li> |
---|
246 | <li>Field | </li> |
---|
247 | <li><a href="#constructor_detail">Constr</a> | </li> |
---|
248 | <li>Method</li> |
---|
249 | </ul> |
---|
250 | </div> |
---|
251 | <a name="skip-navbar_bottom"> |
---|
252 | <!-- --> |
---|
253 | </a></div> |
---|
254 | <!-- ======== END OF BOTTOM NAVBAR ======= --> |
---|
255 | </body> |
---|
256 | </html> |
---|