ServerBusyException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. device. exceptions. DeviceClientException - com.
microsoft. azure. sdk. iot. device. exceptions. TransportException - com.
microsoft. azure. sdk. iot. device. exceptions. IotHubServiceException - com.
microsoft. azure. sdk. iot. device. exceptions. ServerBusyException
- com.
- com.
- com.
- com.
- java.
- java.
public class ServerBusyException
extends IotHubServiceException
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServerBusyException() | ||
| ServerBusyException(String message) | ||
| ServerBusyException(String message, Throwable cause) | ||
| ServerBusyException(Throwable cause) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Iot |
getStatusCode() |
Methods inherited from IotHubServiceException
Methods inherited from TransportException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ServerBusyException
public ServerBusyException()
ServerBusyException
public ServerBusyException(String message)
Parameters:
ServerBusyException
public ServerBusyException(String message, Throwable cause)
Parameters:
ServerBusyException
public ServerBusyException(Throwable cause)
Parameters:
Method Details
getStatusCode
public IotHubStatusCode getStatusCode()
Overrides:
ServerBusyException.getStatusCode()