ThrottledException Class
- java.
lang. Object - Exception
- TransportException
- IotHubServiceException
- com.
microsoft. azure. sdk. iot. device. transport. https. exceptions. ThrottledException
- com.
public class ThrottledException extends IotHubServiceException
Constructor Summary
Constructor | Description | |
---|---|---|
ThrottledException() | ||
ThrottledException(String message) | ||
ThrottledException(String message, Throwable cause) | ||
ThrottledException(Throwable cause) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Iot |
getStatusCode() |
Inherited Members
IotHubServiceException.IotHubServiceException()
IotHubServiceException.IotHubServiceException(String message)
IotHubServiceException.IotHubServiceException(String message, Throwable cause)
IotHubServiceException.IotHubServiceException(Throwable cause)
TransportException.isRetryable
TransportException.isRetryable()
TransportException.setRetryable(boolean isRetryable)
TransportException.toIotHubClientException()
TransportException.TransportException()
TransportException.TransportException(String message)
TransportException.TransportException(String message, Throwable cause)
TransportException.TransportException(Throwable cause)
Constructor Details
ThrottledException
public ThrottledException()
ThrottledException
public ThrottledException(String message)
Parameters:
message
ThrottledException
public ThrottledException(String message, Throwable cause)
Parameters:
message
cause
ThrottledException
public ThrottledException(Throwable cause)
Parameters:
cause
Method Details
getStatusCode
public IotHubStatusCode getStatusCode()