Package com.sun.rpc

Class MsgAcceptedException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • MsgAcceptedException

      public MsgAcceptedException(int error)
    • MsgAcceptedException

      public MsgAcceptedException(int error, int lo, int hi)
  • Method Details