xdrpp
RFC4506 XDR compiler and message library
|
This is the exception raised in an RPC client when it reaches the server and transmits a call, with no connection or communication errors, but the server replies with an RPC-level message header refusing to execute the call. More...
#include <exception.h>
Public Member Functions | |
xdr_call_error (rpc_call_stat s) | |
Public Attributes | |
rpc_call_stat | stat_ |
This is the exception raised in an RPC client when it reaches the server and transmits a call, with no connection or communication errors, but the server replies with an RPC-level message header refusing to execute the call.
Definition at line 57 of file exception.h.