IotHubException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. sdk. iot. device. exceptions. IotHubException
- com.
- java.
- java.
public class IotHubException
extends java.lang.Exception
Super class for IotHub exceptions
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IotHubException() | ||
| IotHubException(String message) | ||
| IotHubException(String message, Throwable cause) | ||
| IotHubException(Throwable cause) | ||
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
IotHubException
public IotHubException()
IotHubException
public IotHubException(String message)
Parameters:
IotHubException
public IotHubException(String message, Throwable cause)
Parameters:
IotHubException
public IotHubException(Throwable cause)
Parameters: