Serialized Form


Package org.apache.xmlrpc

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.


Package org.apache.xmlrpc.common

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

serialVersionUID: 3617014169594311221L

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

serialVersionUID: 7439737967784966169L

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

serialVersionUID: 4050760511635272755L

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

serialVersionUID: 3258410629709574201L


Package org.apache.xmlrpc.util

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.util.XmlRpcIOException extends java.io.IOException implements Serializable

serialVersionUID: -7704704099502077919L

Serialized Fields

linkedException

java.lang.Throwable linkedException



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