com.sun.rpc
Class MsgAcceptedException
public class MsgAcceptedException
Handle the RPC "message accepted" class of errors.
Note that some of the errors also convey low and high
version information.
GARBAGE_ARGS
public static final int GARBAGE_ARGS
PROC_UNAVAIL
public static final int PROC_UNAVAIL
PROG_MISMATCH
public static final int PROG_MISMATCH
PROG_UNAVAIL
public static final int PROG_UNAVAIL
SYSTEM_ERR
public static final int SYSTEM_ERR
MsgAcceptedException
public MsgAcceptedException(int error)
MsgAcceptedException
public MsgAcceptedException(int error,
int lo,
int hi)
toString
public String toString()