This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IMRU.OnREEF.Driver.IMRUSystemException Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.IMRU.OnREEF.Driver.IMRUSystemException Class Reference

Type of exception thrown when possible bugs are detected in IMRU code. More...

Inherits Exception.

Inherited by Org.Apache.REEF.IMRU.OnREEF.Driver.StateMachine.SystemStateTransitionException, and Org.Apache.REEF.IMRU.OnREEF.Driver.StateMachine.TaskStateTransitionException.

Public Member Functions

 IMRUSystemException (string message)
 Constructor. More...
 
 IMRUSystemException (string message, Exception inner)
 Constructor. More...
 

Detailed Description

Type of exception thrown when possible bugs are detected in IMRU code.

For example, we reach forbidden region of codes, inconsistent state etc.

Constructor & Destructor Documentation

Org.Apache.REEF.IMRU.OnREEF.Driver.IMRUSystemException.IMRUSystemException ( string  message)
inline

Constructor.

Appends the user message with the message that there is an issue in IMRU code.

Parameters
messageThe user message for exception
Org.Apache.REEF.IMRU.OnREEF.Driver.IMRUSystemException.IMRUSystemException ( string  message,
Exception  inner 
)
inline

Constructor.

Appends the user message with the message that there is an issue in IMRU code. Also throws the provided exception.

Parameters
messageThe user message for exception
innerThe actual exception message due to which connection failed

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