Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Remote.RemoteRuntimeException Class Reference

Wake remote runtime exception More...

Inherits Exception.

Public Member Functions

 RemoteRuntimeException (string s, Exception e)
 Constructs a new runtime remote exception with the specified detail message and cause More...
 
 RemoteRuntimeException (string s)
 Constructs a new runtime remote exception with the specified detail message More...
 
 RemoteRuntimeException (Exception e)
 Constructs a new runtime remote exception with the specified cause More...
 

Detailed Description

Wake remote runtime exception

Constructor & Destructor Documentation

◆ RemoteRuntimeException() [1/3]

Org.Apache.REEF.Wake.Remote.RemoteRuntimeException.RemoteRuntimeException ( string  s,
Exception  e 
)
inline

Constructs a new runtime remote exception with the specified detail message and cause

Parameters
sthe detailed message
ethe cause

◆ RemoteRuntimeException() [2/3]

Org.Apache.REEF.Wake.Remote.RemoteRuntimeException.RemoteRuntimeException ( string  s)
inline

Constructs a new runtime remote exception with the specified detail message

Parameters
sthe detailed message

◆ RemoteRuntimeException() [3/3]

Org.Apache.REEF.Wake.Remote.RemoteRuntimeException.RemoteRuntimeException ( Exception  e)
inline

Constructs a new runtime remote exception with the specified cause

Parameters
ethe cause

The documentation for this class was generated from the following file: