/lib/docs/org/apache/xmlrpc/util/XmlRpcIOException.html
HTML | 285 lines | 232 code | 31 blank | 22 comment | 0 complexity | 994cc4f66629a871e18815dd37bee2f9 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:57 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcIOException (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="XmlRpcIOException (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/XmlRpcIOException.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/util/XmlRpcDateTimeFormat.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A> 60 NEXT CLASS</FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/util/XmlRpcIOException.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcIOException.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 | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 82DETAIL: FIELD | <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.util</FONT> 93<BR> 94Class XmlRpcIOException</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 ">java.io.IOException 100 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.util.XmlRpcIOException</B> 101</PRE> 102<DL> 103<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> 104</DL> 105<HR> 106<DL> 107<DT><PRE>public class <B>XmlRpcIOException</B><DT>extends java.io.IOException</DL> 108</PRE> 109 110<P> 111This is a subclass of <CODE>IOException</CODE>, which 112 allows to attach a linked exception. Throwing this 113 particular instance of <CODE>IOException</CODE> allows 114 to catch it and throw the linked exception instead. 115<P> 116 117<P> 118<DL> 119<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.xmlrpc.util.XmlRpcIOException">Serialized Form</A></DL> 120<HR> 121 122<P> 123 124<!-- ======== CONSTRUCTOR SUMMARY ======== --> 125 126<A NAME="constructor_summary"><!-- --></A> 127<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 128<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 129<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 130<B>Constructor Summary</B></FONT></TH> 131</TR> 132<TR BGCOLOR="white" CLASS="TableRowColor"> 133<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/XmlRpcIOException.html#XmlRpcIOException(java.lang.Throwable)">XmlRpcIOException</A></B>(java.lang.Throwable t)</CODE> 134 135<BR> 136 Creates a new instance of <A HREF="../../../../org/apache/xmlrpc/util/XmlRpcIOException.html" title="class in org.apache.xmlrpc.util"><CODE>XmlRpcIOException</CODE></A> 137 with the given cause.</TD> 138</TR> 139</TABLE> 140 141<!-- ========== METHOD SUMMARY =========== --> 142 143<A NAME="method_summary"><!-- --></A> 144<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 145<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 146<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 147<B>Method Summary</B></FONT></TH> 148</TR> 149<TR BGCOLOR="white" CLASS="TableRowColor"> 150<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 151<CODE> java.lang.Throwable</CODE></FONT></TD> 152<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/XmlRpcIOException.html#getLinkedException()">getLinkedException</A></B>()</CODE> 153 154<BR> 155 Returns the linked exception, which is the actual 156 cause for this exception.</TD> 157</TR> 158</TABLE> 159 <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> 160<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 161<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 162<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> 163</TR> 164<TR BGCOLOR="white" CLASS="TableRowColor"> 165<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> 166</TR> 167</TABLE> 168 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 169<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 170<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 171<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 172</TR> 173<TR BGCOLOR="white" CLASS="TableRowColor"> 174<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> 175</TR> 176</TABLE> 177 178<P> 179 180<!-- ========= CONSTRUCTOR DETAIL ======== --> 181 182<A NAME="constructor_detail"><!-- --></A> 183<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 184<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 185<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 186<B>Constructor Detail</B></FONT></TH> 187</TR> 188</TABLE> 189 190<A NAME="XmlRpcIOException(java.lang.Throwable)"><!-- --></A><H3> 191XmlRpcIOException</H3> 192<PRE> 193public <B>XmlRpcIOException</B>(java.lang.Throwable t)</PRE> 194<DL> 195<DD>Creates a new instance of <A HREF="../../../../org/apache/xmlrpc/util/XmlRpcIOException.html" title="class in org.apache.xmlrpc.util"><CODE>XmlRpcIOException</CODE></A> 196 with the given cause. 197<P> 198</DL> 199 200<!-- ============ METHOD DETAIL ========== --> 201 202<A NAME="method_detail"><!-- --></A> 203<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 204<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 205<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 206<B>Method Detail</B></FONT></TH> 207</TR> 208</TABLE> 209 210<A NAME="getLinkedException()"><!-- --></A><H3> 211getLinkedException</H3> 212<PRE> 213public java.lang.Throwable <B>getLinkedException</B>()</PRE> 214<DL> 215<DD>Returns the linked exception, which is the actual 216 cause for this exception. 217<P> 218<DD><DL> 219</DL> 220</DD> 221</DL> 222<!-- ========= END OF CLASS DATA ========= --> 223<HR> 224 225 226<!-- ======= START OF BOTTOM NAVBAR ====== --> 227<A NAME="navbar_bottom"><!-- --></A> 228<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 229<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 230<TR> 231<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 232<A NAME="navbar_bottom_firstrow"><!-- --></A> 233<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 234 <TR ALIGN="center" VALIGN="top"> 235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 236 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 237 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 238 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcIOException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 239 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 240 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 241 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 242 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 243 </TR> 244</TABLE> 245</TD> 246<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 247</EM> 248</TD> 249</TR> 250 251<TR> 252<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 253 <A HREF="../../../../org/apache/xmlrpc/util/XmlRpcDateTimeFormat.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A> 254 NEXT CLASS</FONT></TD> 255<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 256 <A HREF="../../../../index.html?org/apache/xmlrpc/util/XmlRpcIOException.html" target="_top"><B>FRAMES</B></A> 257 <A HREF="XmlRpcIOException.html" target="_top"><B>NO FRAMES</B></A> 258 <SCRIPT type="text/javascript"> 259 <!-- 260 if(window==top) { 261 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 262 } 263 //--> 264</SCRIPT> 265<NOSCRIPT> 266 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 267</NOSCRIPT> 268 269 270</FONT></TD> 271</TR> 272<TR> 273<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 274 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 275<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 276DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 277</TR> 278</TABLE> 279<A NAME="skip-navbar_bottom"></A> 280<!-- ======== END OF BOTTOM NAVBAR ======= --> 281 282<HR> 283Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 284</BODY> 285</HTML>