Serialized Form


Package org.apache.xmlrpc

Class org.apache.xmlrpc.XmlRpcException implements Serializable

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.)


Package org.apache.xmlrpc.applet

Class org.apache.xmlrpc.applet.JSXmlRpcApplet implements Serializable

Serialized Fields

loaded

java.lang.Object loaded

errorMessage

java.lang.String errorMessage

arguments

java.util.Vector arguments

Class org.apache.xmlrpc.applet.XmlRpcApplet implements Serializable

Serialized Fields

client

SimpleXmlRpcClient client

Class org.apache.xmlrpc.applet.XmlRpcException implements Serializable

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.)



Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.