BadFormatException Class
- java.
lang. Object - Exception
- TransportException
- IotHubServiceException
- com.
microsoft. azure. sdk. iot. device. transport. https. exceptions. BadFormatException
- com.
public class BadFormatException extends IotHubServiceException
Constructor Summary
Constructor | Description | |
---|---|---|
BadFormatException() | ||
BadFormatException(String message) | ||
BadFormatException(String message, Throwable cause) | ||
BadFormatException(Throwable cause) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Iot |
getStatusCode() |
Inherited Members
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
BadFormatException
public BadFormatException()
BadFormatException
public BadFormatException(String message)
Parameters:
message
BadFormatException
public BadFormatException(String message, Throwable cause)
Parameters:
message
cause
BadFormatException
public BadFormatException(Throwable cause)
Parameters:
cause
Method Details
getStatusCode
public IotHubStatusCode getStatusCode()
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