com.flat502.rox.client
Class RpcCallTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.flat502.rox.client.IOTimeoutException
                  extended by com.flat502.rox.client.RpcCallTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class RpcCallTimeoutException
extends IOTimeoutException

An exception raised when an RPC method call times out.

This exception is only raised if the execution time of a synchronous RPC call exceeds the timeout set by calling HttpRpcClient.setRequestTimeout(long).

See Also:
Serialized Form

Constructor Summary
RpcCallTimeoutException()
           
RpcCallTimeoutException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcCallTimeoutException

public RpcCallTimeoutException()

RpcCallTimeoutException

public RpcCallTimeoutException(java.lang.Throwable cause)