ThrottledException Class

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
IotHubStatusCode getStatusCode()

Inherited Members

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()

Applies to