TimeoutException Class

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:

message

TimeoutException

public TimeoutException(String message, Throwable cause)

Parameters:

message
cause

TimeoutException

public TimeoutException(Throwable cause)

Parameters:

cause

Applies to