RuntimeRemoteException

  • RuntimeRemoteException is a RuntimeException that wraps a RemoteException, indicating a serious, unrecoverable error.

  • It is thrown when something goes critically wrong and recovery is not possible.

  • The class provides a constructor that takes a RemoteException as an argument.

  • RuntimeRemoteException inherits methods from Throwable for exception handling and stack trace information.

public final class RuntimeRemoteException extends RuntimeException

A RuntimeException wrapper for RemoteException. Thrown when normally there is something seriously wrong and there is no way to recover.

Public Constructor Summary

RuntimeRemoteException(RemoteException e)

Inherited Method Summary

Public Constructors

public RuntimeRemoteException (RemoteException e)

Parameters
e