org.apache.xmlrpc.client

Class TimingOutCallback.TimeoutException

Enclosing Class:
TimingOutCallback

public static class TimingOutCallback.TimeoutException
extends XmlRpcException

This exception is thrown, if the request times out.

Field Summary

Fields inherited from class org.apache.xmlrpc.XmlRpcException

code, linkedException

Constructor Summary

TimeoutException(int pCode, String message)
Creates a new instance with the given error code and error message.

Method Summary

Methods inherited from class org.apache.xmlrpc.XmlRpcException

getCause, printStackTrace, printStackTrace

Constructor Details

TimeoutException

public TimeoutException(int pCode,
                        String message)
Creates a new instance with the given error code and error message.

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