* @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ * @since 3.2 * @package System.Util */ /** * TRpcClientRequestException class * * This Exception is fired if the RPC request fails because of transport problems e.g. when * there is no RPC server responding on the given remote host. * * @author Robin J. Rogge * @version $Id$ * @package System.Util * @since 3.2 */ class TRpcClientRequestException extends TApplicationException { }