Class TableServiceException

    • Constructor Detail

      • TableServiceException

        public TableServiceException​(String message,
                                     com.azure.core.http.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,
                                     com.azure.core.http.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 Detail

      • getValue

        public TableServiceError getValue()
        Overrides:
        getValue in class com.azure.core.exception.HttpResponseException