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

Encapsulates Exception::ToString for an Exception from a REEF Task that was not Serializable to the Job Driver. More...

Inherits Exception.

Public Member Functions

 NonSerializableTaskException (string message, SerializationException serializationException)
 
 NonSerializableTaskException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Encapsulates Exception::ToString for an Exception from a REEF Task that was not Serializable to the Job Driver.

Constructor & Destructor Documentation

Org.Apache.REEF.Common.Exceptions.NonSerializableTaskException.NonSerializableTaskException ( string  message,
SerializationException  serializationException 
)
inline
Org.Apache.REEF.Common.Exceptions.NonSerializableTaskException.NonSerializableTaskException ( SerializationInfo  info,
StreamingContext  context 
)
inline

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