Class RMIException

  • All Implemented Interfaces:
    Serializable

    public class RMIException
    extends RuntimeException
    Exception that indicates a remote communication failure. Similar to RemoteException, but this is a RuntimeException so methods do not need to declare.
    See Also:
    Serialized Form
    • Constructor Detail

      • RMIException

        public RMIException()
      • RMIException

        public RMIException​(String message)
      • RMIException

        public RMIException​(Throwable cause)