Package com.sun.rpc

Class RpcException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MsgAcceptedException, MsgRejectedException

    public class RpcException
    extends java.io.IOException
    Handle the RPC exceptions. Most of the work is done by the two subclasses that handle the Accepted and Denied classes of RPC errors.
    Author:
    Brent Callaghan
    See Also:
    MsgDeniedException, MsgAcceptedConnection, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int error  
      int hi  
      int lo  
      int why  
    • Constructor Summary

      Constructors 
      Constructor Description
      RpcException​(int error)  
      RpcException​(java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • error

        public int error
      • why

        public int why
      • lo

        public int lo
      • hi

        public int hi
    • Constructor Detail

      • RpcException

        public RpcException​(java.lang.String msg)
      • RpcException

        public RpcException​(int error)