Package com.sun.rpc
Class MsgAcceptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sun.rpc.RpcException
-
- com.sun.rpc.MsgAcceptedException
-
- All Implemented Interfaces:
java.io.Serializable
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, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intGARBAGE_ARGSstatic intPROC_UNAVAILstatic intPROG_MISMATCHstatic intPROG_UNAVAILstatic intSYSTEM_ERR-
Fields inherited from class com.sun.rpc.RpcException
error, why
-
-
Constructor Summary
Constructors Constructor Description MsgAcceptedException(int error)MsgAcceptedException(int error, int lo, int hi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
PROG_UNAVAIL
public static final int PROG_UNAVAIL
- See Also:
- Constant Field Values
-
PROG_MISMATCH
public static final int PROG_MISMATCH
- See Also:
- Constant Field Values
-
PROC_UNAVAIL
public static final int PROC_UNAVAIL
- See Also:
- Constant Field Values
-
GARBAGE_ARGS
public static final int GARBAGE_ARGS
- See Also:
- Constant Field Values
-
SYSTEM_ERR
public static final int SYSTEM_ERR
- See Also:
- Constant Field Values
-
-