Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Tang.Exceptions.ReefRuntimeException Class Reference

A serializable exception that represents a general Reef error. More...

Inherits Exception.

Public Member Functions

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

Detailed Description

A serializable exception that represents a general Reef error.

Constructor & Destructor Documentation

◆ ReefRuntimeException() [1/3]

Org.Apache.REEF.Tang.Exceptions.ReefRuntimeException.ReefRuntimeException ( string  message)
inline

Constructor.

A serializable exception object that represents a general Reef error.

◆ ReefRuntimeException() [2/3]

Org.Apache.REEF.Tang.Exceptions.ReefRuntimeException.ReefRuntimeException ( string  message,
Exception  innerException 
)
inline

Constructor.

A serializable exception object that represents a general Reef error and wraps an inner exception

Parameters
message
innerException

◆ ReefRuntimeException() [3/3]

Org.Apache.REEF.Tang.Exceptions.ReefRuntimeException.ReefRuntimeException ( SerializationInfo  info,
StreamingContext  context 
)
inline

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