Class TextAnalyticsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.ai.textanalytics.models.TextAnalyticsException
All Implemented Interfaces:
Serializable

public class TextAnalyticsException extends com.azure.core.exception.AzureException
General exception for Text Analytics related failures.
See Also:
  • Constructor Details

    • TextAnalyticsException

      public TextAnalyticsException(String message, TextAnalyticsErrorCode errorCode, String target)
      Initializes a new instance of the TextAnalyticsException class.
      Parameters:
      message - Text contains any additional details of the exception.
      errorCode - The service returned error code value.
      target - The target for this exception.
  • Method Details