com.flat502.rox.client
Class RpcCallFailedException

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

public class RpcCallFailedException
extends java.io.IOException

An exception raised when a synchronous RPC method call fails.

This exception is only raised if the execution time of a synchronous RPC call fails for some reason other than a timeout.

See Also:
Serialized Form

Constructor Summary
RpcCallFailedException(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

RpcCallFailedException

public RpcCallFailedException(java.lang.Throwable cause)