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

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.

See Also:
RpcException, Serialized Form

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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROG_UNAVAIL

public static final int PROG_UNAVAIL

PROG_MISMATCH

public static final int PROG_MISMATCH

PROC_UNAVAIL

public static final int PROC_UNAVAIL

GARBAGE_ARGS

public static final int GARBAGE_ARGS

SYSTEM_ERR

public static final int SYSTEM_ERR
Constructor Detail

MsgAcceptedException

public MsgAcceptedException(int error)

MsgAcceptedException

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable