ServerBusyException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. eventhubs. EventHubException - com.
microsoft. azure. eventhubs. ServerBusyException
- com.
- com.
- java.
- java.
public class ServerBusyException
extends EventHubException
Server busy exception is thrown when the current entity's activity has put excessive load onto the service. When encountered this exception user should wait at least 4 seconds before any retry/runtime operations for the said entity again.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServerBusyException() |
Default constructor for the exception |
|
| ServerBusyException(String message) | ||
Methods inherited from EventHubException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ServerBusyException
public ServerBusyException()
Default constructor for the exception
ServerBusyException
public ServerBusyException(String message)
Parameters: