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:
  • Constructor Details

    • RMIException

      public RMIException()
    • RMIException

      public RMIException(String message, Throwable cause)
    • RMIException

      public RMIException(String message)
    • RMIException

      public RMIException(Throwable cause)