com.sun.rpc
public class MsgAcceptedException extends RpcException
RpcException
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
GARBAGE_ARGS |
static int |
PROC_UNAVAIL |
static int |
PROG_MISMATCH |
static int |
PROG_UNAVAIL |
static int |
SYSTEM_ERR |
error, why
Constructor and Description |
---|
MsgAcceptedException(int error) |
MsgAcceptedException(int error,
int lo,
int hi) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int PROG_UNAVAIL
public static final int PROG_MISMATCH
public static final int PROC_UNAVAIL
public static final int GARBAGE_ARGS
public static final int SYSTEM_ERR