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 | Description | |
---|---|---|
Unauthorized |
||
Unauthorized |
||
Unauthorized |
||
Unauthorized |
Modifier and Type | Method and Description |
---|---|
Iot |
get |
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)
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
getStatusCode
public IotHubStatusCode getStatusCode()