ServiceUnknownException 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. ServiceUnknownException
- com.
- com.
- com.
- com.
- java.
- java.
public class ServiceUnknownException
extends IotHubServiceException
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServiceUnknownException() | ||
| ServiceUnknownException(String message) | ||
| ServiceUnknownException(String message, Throwable cause) | ||
| ServiceUnknownException(Throwable cause) | ||
Methods inherited from IotHubServiceException
Methods inherited from TransportException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
ServiceUnknownException
public ServiceUnknownException()
ServiceUnknownException
public ServiceUnknownException(String message)
Parameters:
ServiceUnknownException
public ServiceUnknownException(String message, Throwable cause)
Parameters:
ServiceUnknownException
public ServiceUnknownException(Throwable cause)
Parameters: