org.apache.xmlrpc.client
Class TimingOutCallback.TimeoutException

java.lang.Object
  extended by XmlRpcException
      extended by org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
Enclosing class:
TimingOutCallback

public static class TimingOutCallback.TimeoutException
extends XmlRpcException

This exception is thrown, if the request times out.


Constructor Summary
TimingOutCallback.TimeoutException(int pCode, java.lang.String message)
          Creates a new instance with the given error code and error message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimingOutCallback.TimeoutException

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