TimeoutException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. eventhubs. EventHubException - com.
microsoft. azure. eventhubs. TimeoutException
- com.
- com.
- java.
- java.
public class TimeoutException
extends EventHubException
This exception is thrown when the operation has exceeded the predetermined time limit. User should check connectivity is healthy between client process and service.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TimeoutException() |
Default constructor for exception type. |
|
| TimeoutException(String message) | ||
| TimeoutException(String message, Throwable cause) | ||
| TimeoutException(Throwable cause) | ||
Methods inherited from EventHubException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
TimeoutException
public TimeoutException()
Default constructor for exception type.
TimeoutException
public TimeoutException(String message)
Parameters:
TimeoutException
public TimeoutException(String message, Throwable cause)
Parameters:
TimeoutException
public TimeoutException(Throwable cause)
Parameters: