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
Constructor Details
TableServiceException
public TableServiceException(String message, HttpResponse response)
Initializes a new instance of the TableServiceException class.
Parameters:
TableServiceException
public TableServiceException(String message, HttpResponse response, TableServiceError value)
Initializes a new instance of the TableServiceException class.
Parameters:
Method Details
getValue
public TableServiceError getValue()
Overrides:
TableServiceException.getValue()