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

Wake runtime exception More...

Inherits Exception.

Public Member Functions

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

Detailed Description

Wake runtime exception

Constructor & Destructor Documentation

◆ WakeRuntimeException() [1/3]

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

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

Parameters
sthe detailed message
ethe cause

◆ WakeRuntimeException() [2/3]

Org.Apache.REEF.Wake.WakeRuntimeException.WakeRuntimeException ( string  s)
inline

Constructs a new runtime stage exception with the specified detail message

Parameters
sthe detailed message

◆ WakeRuntimeException() [3/3]

Org.Apache.REEF.Wake.WakeRuntimeException.WakeRuntimeException ( Exception  e)
inline

Constructs a new runtime stage exception with the specified cause

Parameters
ethe cause

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