ServiceUnknownException Class
- java.
lang. Object - Exception
- TransportException
- IotHubServiceException
- com.
microsoft. azure. sdk. iot. device. transport. https. exceptions. ServiceUnknownException
- com.
public class ServiceUnknownException extends IotHubServiceException
Constructor Summary
Constructor | Description | |
---|---|---|
ServiceUnknownException() | ||
ServiceUnknownException(String message) | ||
ServiceUnknownException(String message, Throwable cause) | ||
ServiceUnknownException(Throwable cause) |
Inherited Members
IotHubServiceException.getStatusCode()
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
ServiceUnknownException
public ServiceUnknownException()
ServiceUnknownException
public ServiceUnknownException(String message)
Parameters:
message
ServiceUnknownException
public ServiceUnknownException(String message, Throwable cause)
Parameters:
message
cause
ServiceUnknownException
public ServiceUnknownException(Throwable cause)
Parameters:
cause
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java