Class RemoteException

All Implemented Interfaces:
Serializable

public class RemoteException extends RuntimeException
RemoteException represents any exception thrown during remote method invocation.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      default serialVersionUID
      See Also:
  • Constructor Details

    • RemoteException

      public RemoteException(String msg)
    • RemoteException

      public RemoteException(Exception e)