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