/lib/docs/org/apache/xmlrpc/XmlRpcException.html
HTML | 466 lines | 395 code | 47 blank | 24 comment | 0 complexity | 353f5a06cf9fac83daeabe4119c86dec MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.6.0_0) on Mon Apr 20 21:45:55 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcException (Apache XML-RPC 3.1.2 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2009-04-20"> 12 13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 14 15<SCRIPT type="text/javascript"> 16function windowTitle() 17{ 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="XmlRpcException (Apache XML-RPC 3.1.2 API)"; 20 } 21} 22</SCRIPT> 23<NOSCRIPT> 24</NOSCRIPT> 25 26</HEAD> 27 28<BODY BGCOLOR="white" onload="windowTitle();"> 29<HR> 30 31 32<!-- ========= START OF TOP NAVBAR ======= --> 33<A NAME="navbar_top"><!-- --></A> 34<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 36<TR> 37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 38<A NAME="navbar_top_firstrow"><!-- --></A> 39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 40 <TR ALIGN="center" VALIGN="top"> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 49 </TR> 50</TABLE> 51</TD> 52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 53</EM> 54</TD> 55</TR> 56 57<TR> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../org/apache/xmlrpc/XmlRpcConfigImpl.html" title="class in org.apache.xmlrpc"><B>PREV CLASS</B></A> 60 <A HREF="../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../index.html?org/apache/xmlrpc/XmlRpcException.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcException.html" target="_top"><B>NO FRAMES</B></A> 64 <SCRIPT type="text/javascript"> 65 <!-- 66 if(window==top) { 67 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 68 } 69 //--> 70</SCRIPT> 71<NOSCRIPT> 72 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 73</NOSCRIPT> 74 75 76</FONT></TD> 77</TR> 78<TR> 79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 80 SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 82DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 83</TR> 84</TABLE> 85<A NAME="skip-navbar_top"></A> 86<!-- ========= END OF TOP NAVBAR ========= --> 87 88<HR> 89<!-- ======== START OF CLASS DATA ======== --> 90<H2> 91<FONT SIZE="-1"> 92org.apache.xmlrpc</FONT> 93<BR> 94Class XmlRpcException</H2> 95<PRE> 96java.lang.Object 97 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable 98 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception 99 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.XmlRpcException</B> 100</PRE> 101<DL> 102<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> 103</DL> 104<DL> 105<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../org/apache/xmlrpc/client/TimingOutCallback.TimeoutException.html" title="class in org.apache.xmlrpc.client">TimingOutCallback.TimeoutException</A>, <A HREF="../../../org/apache/xmlrpc/client/XmlRpcClientException.html" title="class in org.apache.xmlrpc.client">XmlRpcClientException</A>, <A HREF="../../../org/apache/xmlrpc/common/XmlRpcExtensionException.html" title="class in org.apache.xmlrpc.common">XmlRpcExtensionException</A>, <A HREF="../../../org/apache/xmlrpc/client/XmlRpcHttpTransportException.html" title="class in org.apache.xmlrpc.client">XmlRpcHttpTransportException</A>, <A HREF="../../../org/apache/xmlrpc/common/XmlRpcInvocationException.html" title="class in org.apache.xmlrpc.common">XmlRpcInvocationException</A>, <A HREF="../../../org/apache/xmlrpc/common/XmlRpcLoadException.html" title="class in org.apache.xmlrpc.common">XmlRpcLoadException</A>, <A HREF="../../../org/apache/xmlrpc/server/XmlRpcNoSuchHandlerException.html" title="class in org.apache.xmlrpc.server">XmlRpcNoSuchHandlerException</A>, <A HREF="../../../org/apache/xmlrpc/common/XmlRpcNotAuthorizedException.html" title="class in org.apache.xmlrpc.common">XmlRpcNotAuthorizedException</A></DD> 106</DL> 107<HR> 108<DL> 109<DT><PRE>public class <B>XmlRpcException</B><DT>extends java.lang.Exception</DL> 110</PRE> 111 112<P> 113This exception is thrown by the XmlRpcClient, if an invocation of the 114 remote method failed. Failure may have two reasons: The invocation 115 failed on the remote side (for example, an exception was thrown within 116 the server) or the communication with the server failed. The latter 117 is indicated by throwing an instance of 118 <A HREF="../../../org/apache/xmlrpc/client/XmlRpcClientException.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClientException</CODE></A>. 119<P> 120 121<P> 122<DL> 123<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#org.apache.xmlrpc.XmlRpcException">Serialized Form</A></DL> 124<HR> 125 126<P> 127<!-- =========== FIELD SUMMARY =========== --> 128 129<A NAME="field_summary"><!-- --></A> 130<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 131<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 132<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 133<B>Field Summary</B></FONT></TH> 134</TR> 135<TR BGCOLOR="white" CLASS="TableRowColor"> 136<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 137<CODE> int</CODE></FONT></TD> 138<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#code">code</A></B></CODE> 139 140<BR> 141 The fault code of the exception.</TD> 142</TR> 143<TR BGCOLOR="white" CLASS="TableRowColor"> 144<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 145<CODE> java.lang.Throwable</CODE></FONT></TD> 146<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#linkedException">linkedException</A></B></CODE> 147 148<BR> 149 If the transport was able to catch a remote exception 150 (as is the case, if the local transport is used or if extensions 151 are enabled and the server returned a serialized exception), 152 then this field contains the trapped exception.</TD> 153</TR> 154</TABLE> 155 156<!-- ======== CONSTRUCTOR SUMMARY ======== --> 157 158<A NAME="constructor_summary"><!-- --></A> 159<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 160<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 161<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 162<B>Constructor Summary</B></FONT></TH> 163</TR> 164<TR BGCOLOR="white" CLASS="TableRowColor"> 165<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#XmlRpcException(int, java.lang.String)">XmlRpcException</A></B>(int pCode, 166 java.lang.String pMessage)</CODE> 167 168<BR> 169 Creates a new instance with the given error code and error message.</TD> 170</TR> 171<TR BGCOLOR="white" CLASS="TableRowColor"> 172<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#XmlRpcException(int, java.lang.String, java.lang.Throwable)">XmlRpcException</A></B>(int pCode, 173 java.lang.String pMessage, 174 java.lang.Throwable pLinkedException)</CODE> 175 176<BR> 177 Creates a new instance with the given error code, error message 178 and cause.</TD> 179</TR> 180<TR BGCOLOR="white" CLASS="TableRowColor"> 181<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#XmlRpcException(java.lang.String)">XmlRpcException</A></B>(java.lang.String pMessage)</CODE> 182 183<BR> 184 Creates a new instance with the given error message 185 and error code 0.</TD> 186</TR> 187<TR BGCOLOR="white" CLASS="TableRowColor"> 188<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#XmlRpcException(java.lang.String, java.lang.Throwable)">XmlRpcException</A></B>(java.lang.String pMessage, 189 java.lang.Throwable pLinkedException)</CODE> 190 191<BR> 192 Creates a new instance with the given error message 193 and cause.</TD> 194</TR> 195</TABLE> 196 197<!-- ========== METHOD SUMMARY =========== --> 198 199<A NAME="method_summary"><!-- --></A> 200<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 201<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 202<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 203<B>Method Summary</B></FONT></TH> 204</TR> 205<TR BGCOLOR="white" CLASS="TableRowColor"> 206<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 207<CODE> java.lang.Throwable</CODE></FONT></TD> 208<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#getCause()">getCause</A></B>()</CODE> 209 210<BR> 211 </TD> 212</TR> 213<TR BGCOLOR="white" CLASS="TableRowColor"> 214<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 215<CODE> void</CODE></FONT></TD> 216<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#printStackTrace(java.io.PrintStream)">printStackTrace</A></B>(java.io.PrintStream pStream)</CODE> 217 218<BR> 219 </TD> 220</TR> 221<TR BGCOLOR="white" CLASS="TableRowColor"> 222<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 223<CODE> void</CODE></FONT></TD> 224<TD><CODE><B><A HREF="../../../org/apache/xmlrpc/XmlRpcException.html#printStackTrace(java.io.PrintWriter)">printStackTrace</A></B>(java.io.PrintWriter pWriter)</CODE> 225 226<BR> 227 </TD> 228</TR> 229</TABLE> 230 <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> 231<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 232<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 233<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> 234</TR> 235<TR BGCOLOR="white" CLASS="TableRowColor"> 236<TD><CODE>fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString</CODE></TD> 237</TR> 238</TABLE> 239 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 240<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 241<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 242<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 243</TR> 244<TR BGCOLOR="white" CLASS="TableRowColor"> 245<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> 246</TR> 247</TABLE> 248 249<P> 250 251<!-- ============ FIELD DETAIL =========== --> 252 253<A NAME="field_detail"><!-- --></A> 254<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 255<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 256<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 257<B>Field Detail</B></FONT></TH> 258</TR> 259</TABLE> 260 261<A NAME="code"><!-- --></A><H3> 262code</H3> 263<PRE> 264public final int <B>code</B></PRE> 265<DL> 266<DD>The fault code of the exception. For servers based on this library, this 267 will always be 0. (If there are predefined error codes, they should be in 268 the XML-RPC spec.) 269<P> 270<DL> 271</DL> 272</DL> 273<HR> 274 275<A NAME="linkedException"><!-- --></A><H3> 276linkedException</H3> 277<PRE> 278public final java.lang.Throwable <B>linkedException</B></PRE> 279<DL> 280<DD>If the transport was able to catch a remote exception 281 (as is the case, if the local transport is used or if extensions 282 are enabled and the server returned a serialized exception), 283 then this field contains the trapped exception. 284<P> 285<DL> 286</DL> 287</DL> 288 289<!-- ========= CONSTRUCTOR DETAIL ======== --> 290 291<A NAME="constructor_detail"><!-- --></A> 292<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 293<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 294<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 295<B>Constructor Detail</B></FONT></TH> 296</TR> 297</TABLE> 298 299<A NAME="XmlRpcException(int, java.lang.String)"><!-- --></A><H3> 300XmlRpcException</H3> 301<PRE> 302public <B>XmlRpcException</B>(int pCode, 303 java.lang.String pMessage)</PRE> 304<DL> 305<DD>Creates a new instance with the given error code and error message. 306<P> 307<DL> 308<DT><B>Parameters:</B><DD><CODE>pCode</CODE> - Error code.<DD><CODE>pMessage</CODE> - Detail message.</DL> 309</DL> 310<HR> 311 312<A NAME="XmlRpcException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> 313XmlRpcException</H3> 314<PRE> 315public <B>XmlRpcException</B>(java.lang.String pMessage, 316 java.lang.Throwable pLinkedException)</PRE> 317<DL> 318<DD>Creates a new instance with the given error message 319 and cause. 320<P> 321<DL> 322<DT><B>Parameters:</B><DD><CODE>pMessage</CODE> - Detail message.<DD><CODE>pLinkedException</CODE> - The errors cause.</DL> 323</DL> 324<HR> 325 326<A NAME="XmlRpcException(java.lang.String)"><!-- --></A><H3> 327XmlRpcException</H3> 328<PRE> 329public <B>XmlRpcException</B>(java.lang.String pMessage)</PRE> 330<DL> 331<DD>Creates a new instance with the given error message 332 and error code 0. 333<P> 334<DL> 335<DT><B>Parameters:</B><DD><CODE>pMessage</CODE> - Detail message.</DL> 336</DL> 337<HR> 338 339<A NAME="XmlRpcException(int, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> 340XmlRpcException</H3> 341<PRE> 342public <B>XmlRpcException</B>(int pCode, 343 java.lang.String pMessage, 344 java.lang.Throwable pLinkedException)</PRE> 345<DL> 346<DD>Creates a new instance with the given error code, error message 347 and cause. 348<P> 349<DL> 350<DT><B>Parameters:</B><DD><CODE>pCode</CODE> - Error code.<DD><CODE>pMessage</CODE> - Detail message.<DD><CODE>pLinkedException</CODE> - The errors cause.</DL> 351</DL> 352 353<!-- ============ METHOD DETAIL ========== --> 354 355<A NAME="method_detail"><!-- --></A> 356<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 357<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 358<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 359<B>Method Detail</B></FONT></TH> 360</TR> 361</TABLE> 362 363<A NAME="printStackTrace(java.io.PrintStream)"><!-- --></A><H3> 364printStackTrace</H3> 365<PRE> 366public void <B>printStackTrace</B>(java.io.PrintStream pStream)</PRE> 367<DL> 368<DD><DL> 369<DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL> 370</DD> 371<DD><DL> 372</DL> 373</DD> 374</DL> 375<HR> 376 377<A NAME="printStackTrace(java.io.PrintWriter)"><!-- --></A><H3> 378printStackTrace</H3> 379<PRE> 380public void <B>printStackTrace</B>(java.io.PrintWriter pWriter)</PRE> 381<DL> 382<DD><DL> 383<DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL> 384</DD> 385<DD><DL> 386</DL> 387</DD> 388</DL> 389<HR> 390 391<A NAME="getCause()"><!-- --></A><H3> 392getCause</H3> 393<PRE> 394public java.lang.Throwable <B>getCause</B>()</PRE> 395<DL> 396<DD><DL> 397<DT><B>Overrides:</B><DD><CODE>getCause</CODE> in class <CODE>java.lang.Throwable</CODE></DL> 398</DD> 399<DD><DL> 400</DL> 401</DD> 402</DL> 403<!-- ========= END OF CLASS DATA ========= --> 404<HR> 405 406 407<!-- ======= START OF BOTTOM NAVBAR ====== --> 408<A NAME="navbar_bottom"><!-- --></A> 409<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 410<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 411<TR> 412<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 413<A NAME="navbar_bottom_firstrow"><!-- --></A> 414<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 415 <TR ALIGN="center" VALIGN="top"> 416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 418 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 419 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 420 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 423 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 424 </TR> 425</TABLE> 426</TD> 427<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 428</EM> 429</TD> 430</TR> 431 432<TR> 433<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 434 <A HREF="../../../org/apache/xmlrpc/XmlRpcConfigImpl.html" title="class in org.apache.xmlrpc"><B>PREV CLASS</B></A> 435 <A HREF="../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><B>NEXT CLASS</B></A></FONT></TD> 436<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 437 <A HREF="../../../index.html?org/apache/xmlrpc/XmlRpcException.html" target="_top"><B>FRAMES</B></A> 438 <A HREF="XmlRpcException.html" target="_top"><B>NO FRAMES</B></A> 439 <SCRIPT type="text/javascript"> 440 <!-- 441 if(window==top) { 442 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 443 } 444 //--> 445</SCRIPT> 446<NOSCRIPT> 447 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 448</NOSCRIPT> 449 450 451</FONT></TD> 452</TR> 453<TR> 454<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 455 SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 456<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 457DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 458</TR> 459</TABLE> 460<A NAME="skip-navbar_bottom"></A> 461<!-- ======== END OF BOTTOM NAVBAR ======= --> 462 463<HR> 464Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 465</BODY> 466</HTML>