public class OncRpcTimeoutException extends OncRpcException
OncRpcTimeoutException indicates a timed out
call exception.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Defines the serial version UID for
OncRpcTimeoutException. |
RPC_AUTHERROR, RPC_BUFFEROVERFLOW, RPC_BUFFERUNDERFLOW, RPC_CANNOTREGISTER, RPC_CANTDECODEARGS, RPC_CANTDECODERES, RPC_CANTENCODEARGS, RPC_CANTRECV, RPC_CANTSEND, RPC_FAILED, RPC_PMAPFAILURE, RPC_PROCUNAVAIL, RPC_PROGNOTREGISTERED, RPC_PROGUNAVAIL, RPC_PROGVERSMISMATCH, RPC_SUCCESS, RPC_SYSTEMERROR, RPC_TIMEDOUT, RPC_UNKNOWNPROTO, RPC_VERSMISMATCH, RPC_WRONGMESSAGE| Constructor and Description |
|---|
OncRpcTimeoutException()
Initializes an
OncRpcTimeoutException
with a detail of OncRpcException.RPC_TIMEDOUT. |
getMessage, getReasonprivate static final long serialVersionUID
OncRpcTimeoutException.public OncRpcTimeoutException()
OncRpcTimeoutException
with a detail of OncRpcException.RPC_TIMEDOUT.