IotHubSizeExceededException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. device. exceptions. IotHubException - com.
microsoft. azure. sdk. iot. device. exceptions. IotHubSizeExceededException
- com.
- com.
- java.
- java.
public class IotHubSizeExceededException
extends IotHubException
Create IotHub size exceeded exceptions This exception will be throw when a function tries to add content in a buffer or message and the final size will exceed the maximum size acceptable by the IotHub.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IotHubSizeExceededException() | ||
| IotHubSizeExceededException(String message) | ||
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
IotHubSizeExceededException
public IotHubSizeExceededException()
IotHubSizeExceededException
public IotHubSizeExceededException(String message)
Parameters: