Class TableServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TableTransactionFailedException

public class TableServiceException extends HttpResponseException
Exception thrown for an invalid response with TableServiceError information.
See Also:
  • 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