This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.RemoteRuntimeException Class Reference
Apache REEF  0.15.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

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
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
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: