InternalServerErrorException Class

public class InternalServerErrorException extends IotHubServiceException

Constructor Summary

Constructor Description
InternalServerErrorException()
InternalServerErrorException(String message)
InternalServerErrorException(String message, Throwable cause)
InternalServerErrorException(Throwable cause)

Method Summary

Modifier and Type Method and Description
IotHubStatusCode getStatusCode()

Inherited Members

Constructor Details

InternalServerErrorException

public InternalServerErrorException()

InternalServerErrorException

public InternalServerErrorException(String message)

Parameters:

message

InternalServerErrorException

public InternalServerErrorException(String message, Throwable cause)

Parameters:

message
cause

InternalServerErrorException

public InternalServerErrorException(Throwable cause)

Parameters:

cause

Method Details

getStatusCode

public IotHubStatusCode getStatusCode()

Applies to