Package com.sun.rpc

Class MsgRejectedException

  • All Implemented Interfaces:
    java.io.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:
    RpcException, Serialized Form
    • Constructor Detail

      • MsgRejectedException

        public MsgRejectedException​(int error)
      • MsgRejectedException

        public MsgRejectedException​(int error,
                                    int why)
      • MsgRejectedException

        public MsgRejectedException​(int error,
                                    int lo,
                                    int hi)
    • Method Detail

      • toString

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