public class RpcStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RpcStatus |
LOCAL_BINDING_ERROR
Unable to bind to a privileged port as requested.
|
static RpcStatus |
NETWORK_ERROR
Network error blocking RFC request or response.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RpcStatus(int value)
Create the instance from the int status value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
public static final RpcStatus LOCAL_BINDING_ERROR
public static final RpcStatus NETWORK_ERROR