Class RemoteException

All Implemented Interfaces:
Serializable

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

    • RemoteException

      public RemoteException(String msg)
    • RemoteException

      public RemoteException(Exception e)