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