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

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
Org.Apache.REEF.Wake.WakeRuntimeException.WakeRuntimeException ( string  s)
inline

Constructs a new runtime stage exception with the specified detail message

Parameters
sthe detailed message
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: