Package com.sun.rpc

Class MsgRejectedException

All Implemented Interfaces:
Serializable

public class MsgRejectedException extends RpcException
Handle the RPC "message rejected" class of errors. Note that some of the errors also convey low and high version information or an authentication sub-error.
Author:
Brent Callaghan
See Also:
  • Field Details

  • Constructor Details

    • MsgRejectedException

      public MsgRejectedException(int error)
    • MsgRejectedException

      public MsgRejectedException(int error, int why)
    • MsgRejectedException

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