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:
Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.sun.rpc.RpcException
error, why
-
Constructor Summary
ConstructorsConstructorDescriptionMsgAcceptedException
(int error) MsgAcceptedException
(int error, int lo, int hi) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
PROG_UNAVAIL
public static final int PROG_UNAVAIL- See Also:
-
PROG_MISMATCH
public static final int PROG_MISMATCH- See Also:
-
PROC_UNAVAIL
public static final int PROC_UNAVAIL- See Also:
-
GARBAGE_ARGS
public static final int GARBAGE_ARGS- See Also:
-
SYSTEM_ERR
public static final int SYSTEM_ERR- See Also:
-
-
Constructor Details
-
MsgAcceptedException
public MsgAcceptedException(int error) -
MsgAcceptedException
public MsgAcceptedException(int error, int lo, int hi)
-
-
Method Details