com.sun.rpc

Class MsgAcceptedException


public class MsgAcceptedException
extends RpcException

Handle the RPC "message accepted" class of errors. Note that some of the errors also convey low and high version information.
Author:
Brent Callaghan
See Also:
RpcException

Field Summary

static int
GARBAGE_ARGS
static int
PROC_UNAVAIL
static int
PROG_MISMATCH
static int
PROG_UNAVAIL
static int
SYSTEM_ERR

Fields inherited from class com.sun.rpc.RpcException

error, hi, lo, why

Constructor Summary

MsgAcceptedException(int error)
MsgAcceptedException(int error, int lo, int hi)

Method Summary

String
toString()

Field Details

GARBAGE_ARGS

public static final int GARBAGE_ARGS
Field Value:
4

PROC_UNAVAIL

public static final int PROC_UNAVAIL
Field Value:
3

PROG_MISMATCH

public static final int PROG_MISMATCH
Field Value:
2

PROG_UNAVAIL

public static final int PROG_UNAVAIL
Field Value:
1

SYSTEM_ERR

public static final int SYSTEM_ERR
Field Value:
5

Constructor Details

MsgAcceptedException

public MsgAcceptedException(int error)

MsgAcceptedException

public MsgAcceptedException(int error,
                            int lo,
                            int hi)

Method Details

toString

public String toString()