org.apache.xmlrpc.client
Class TimingOutCallback.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xmlrpc.XmlRpcException
              extended by org.apache.xmlrpc.client.TimingOutCallback.TimeoutException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TimingOutCallback

public static class TimingOutCallback.TimeoutException
extends XmlRpcException

This exception is thrown, if the request times out.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
 
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 org.apache.xmlrpc.XmlRpcException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.



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