Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.IMRU.OnREEF.IMRUTasks.IMRUTaskAppException Class Reference

A serializable exception that represents a task application error. More...

Inherits Exception.

Public Member Functions

 IMRUTaskAppException (string message)
 Constructor. More...
 
 IMRUTaskAppException (string message, Exception innerException)
 Constructor. More...
 
 IMRUTaskAppException (SerializationInfo info, StreamingContext context)
 

Detailed Description

A serializable exception that represents a task application error.

Constructor & Destructor Documentation

◆ IMRUTaskAppException() [1/3]

Org.Apache.REEF.IMRU.OnREEF.IMRUTasks.IMRUTaskAppException.IMRUTaskAppException ( string  message)
inline

Constructor.

A serializable exception object that represents a task application error. All the application related error should be captured in this type of exception. When driver receives this type of exception, the system is not going to recover.

◆ IMRUTaskAppException() [2/3]

Org.Apache.REEF.IMRU.OnREEF.IMRUTasks.IMRUTaskAppException.IMRUTaskAppException ( string  message,
Exception  innerException 
)
inline

Constructor.

A serializable exception object that represents a task application error and wraps an inner exception

Parameters
message
innerException

◆ IMRUTaskAppException() [3/3]

Org.Apache.REEF.IMRU.OnREEF.IMRUTasks.IMRUTaskAppException.IMRUTaskAppException ( SerializationInfo  info,
StreamingContext  context 
)
inline

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