Serialized Form


Package org.apache.xmlrpc

Class org.apache.xmlrpc.AuthenticationFailed extends java.lang.RuntimeException implements Serializable

Class org.apache.xmlrpc.ParseFailed extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

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

Class org.apache.xmlrpc.XmlRpcException extends java.lang.Exception 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.)


cause

java.lang.Throwable cause
The underlying cause of this exception.

Class org.apache.xmlrpc.XmlRpcProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

xmlrpc

XmlRpcServer xmlrpc

Package org.apache.xmlrpc.applet

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

Serialized Fields

loaded

java.lang.Object loaded

errorMessage

java.lang.String errorMessage

arguments

java.util.Vector<E> arguments

Class org.apache.xmlrpc.applet.XmlRpcApplet extends java.applet.Applet implements Serializable

Serialized Fields

client

SimpleXmlRpcClient client

Class org.apache.xmlrpc.applet.XmlRpcException extends java.lang.Exception 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.xml.sax

Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

exception

java.lang.Exception exception

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

serialVersionUID: 5440506620509557213L

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

serialVersionUID: -1422818934641823846L

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

Serialized Fields

publicId

java.lang.String publicId

systemId

java.lang.String systemId

lineNumber

int lineNumber

columnNumber

int columnNumber



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.