TableServiceException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
azure. core. exception. AzureException - com.
azure. core. exception. HttpResponseException - com.
azure. data. tables. models. TableServiceException
- com.
- com.
- com.
- java.
- java.
- java.
public class TableServiceException
extends HttpResponseException
Exception thrown for an invalid response with TableServiceError information.
Constructor Summary
Constructor | Description |
---|---|
TableServiceException(String message, HttpResponse response) |
Initializes a new instance of the TableServiceException class. |
TableServiceException(String message, HttpResponse response, TableServiceError value) |
Initializes a new instance of the TableServiceException class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Table |
getValue() |
Methods inherited from HttpResponseException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
addSuppressed
fillInStackTrace
getCause
getLocalizedMessage
getMessage
getStackTrace
getSuppressed
initCause
printStackTrace
printStackTrace
printStackTrace
setStackTrace
toString
Constructor Details
TableServiceException
public TableServiceException(String message, HttpResponse response)
Initializes a new instance of the TableServiceException class.
Parameters:
message
- The exception message or the response content if a message is not available.
response
- The HTTP response.
TableServiceException
public TableServiceException(String message, HttpResponse response, TableServiceError value)
Initializes a new instance of the TableServiceException class.
Parameters:
message
- The exception message or the response content if a message is not available.
response
- The HTTP response.
value
- The deserialized response value.
Method Details
getValue
public TableServiceError getValue()
Overrides:
TableServiceException.getValue()Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java