Exception class for the case when Tcp Client connection fails after trying for some finite number of times.
More...
Inherits Exception.
|
| 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...
|
| |
Exception class for the case when Tcp Client connection fails after trying for some finite number of times.
For example, see TcpClientConnectionFactory.cs
| Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.TcpClientConnectionException |
( |
string |
message, |
|
|
int |
retriesDone |
|
) |
| |
|
inline |
Constructor
- Parameters
-
| message | The user message for exception |
| retriesDone | Number of retries |
| Org.Apache.REEF.Wake.Remote.Impl.TcpClientConnectionException.TcpClientConnectionException |
( |
string |
message, |
|
|
Exception |
inner, |
|
|
int |
retriesDone |
|
) |
| |
|
inline |
Constructor
- Parameters
-
| message | The user message for exception |
| inner | The actual exception message due to which connection failed |
| retriesDone | Number of retries |
| 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: