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

Exception class for the case when Tcp Client connection fails after trying for some finite number of times. More...

Inherits Exception.

Public Member Functions

 TcpClientConnectionException (string message, int retriesDone)
 Constructor More...
 
 TcpClientConnectionException (string message, Exception inner, int retriesDone)
 Constructor More...
 

Properties

int RetriesDone [get]
 Number of retries done before exception was thrown More...
 
override string Message [get]
 Appends the number of retries to the exception message. More...
 

Detailed Description

Exception class for the case when Tcp Client connection fails after trying for some finite number of times.

For example, see TcpClientConnectionFactory.cs

Constructor & Destructor Documentation

Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.TcpClientConnectionException ( string  message,
int  retriesDone 
)
inline

Constructor

Parameters
messageThe user message for exception
retriesDoneNumber of retries
Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.TcpClientConnectionException ( string  message,
Exception  inner,
int  retriesDone 
)
inline

Constructor

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

Property Documentation

override string Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.Message
get

Appends the number of retries to the exception message.

int Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.RetriesDone
get

Number of retries done before exception was thrown


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