Serialized Form

Class org.apache.xmlrpc.webserver.ServletWebServer.Exception extends java.io.IOException implements Serializable

serialVersionUID: 49879832748972394l

Serialized Fields

statusCode

int statusCode

description

java.lang.String description


Class org.apache.xmlrpc.client.TimingOutCallback.TimeoutException extends XmlRpcException implements Serializable

serialVersionUID: 4875266372372105081l


Class org.apache.xmlrpc.client.XmlRpcClientConfigImpl extends XmlRpcHttpRequestConfigImpl implements Serializable

serialVersionUID: 4121131450507800889l

Serialized Fields

serverURL

java.net.URL serverURL

xmlRpcServer

XmlRpcRequestProcessor xmlRpcServer


Class org.apache.xmlrpc.client.XmlRpcClientException extends XmlRpcException implements Serializable

serialVersionUID: 3545798797134608691l


Class org.apache.xmlrpc.util.XmlRpcDateTimeDateFormat extends XmlRpcDateTimeFormat implements Serializable

serialVersionUID: -5107387618606150784l


Class org.apache.xmlrpc.util.XmlRpcDateTimeFormat extends java.text.Format implements Serializable

serialVersionUID: -8008230377361175138l


Class org.apache.xmlrpc.XmlRpcException extends java.lang.Exception implements Serializable

serialVersionUID: 3258693217049325618l

Serialized Fields

code

int code
The fault code of the exception. For servers based on this library, this will always be 0. (If there are predefined error codes, they should be in the XML-RPC spec.)


linkedException

java.lang.Throwable linkedException
If the transport was able to catch a remote exception (as is the case, if the local transport is used or if extensions are enabled and the server returned a serialized exception), then this field contains the trapped exception.


Class org.apache.xmlrpc.common.XmlRpcExtensionException extends XmlRpcException implements Serializable

serialVersionUID: 3617014169594311221l


Class org.apache.xmlrpc.util.XmlRpcIOException extends java.io.IOException implements Serializable

serialVersionUID: -7704704099502077919l

Serialized Fields

linkedException

java.lang.Throwable linkedException


Class org.apache.xmlrpc.common.XmlRpcLoadException extends XmlRpcException implements Serializable

serialVersionUID: 4050760511635272755l


Class org.apache.xmlrpc.server.XmlRpcNoSuchHandlerException extends XmlRpcException implements Serializable

serialVersionUID: 3257002138218344501l


Class org.apache.xmlrpc.common.XmlRpcNotAuthorizedException extends XmlRpcException implements Serializable

serialVersionUID: 3258410629709574201l


Class org.apache.xmlrpc.webserver.XmlRpcServlet extends HttpServlet implements Serializable

serialVersionUID: 2348768267234l



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.