RuntimeRemoteException

  • RuntimeRemoteException is a RuntimeException wrapper for RemoteException.

  • This exception is typically thrown when there is a serious, unrecoverable error.

  • It has a single public constructor that takes a RemoteException as a parameter.

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

Inherited Method Summary

Public Constructors

public RuntimeRemoteException (RemoteException e)