Class WorkItemConfigurationErrorException

  • All Implemented Interfaces:
    Serializable

    public final class WorkItemConfigurationErrorException
    extends com.azure.core.management.exception.ManagementException
    Exception thrown for an invalid response with WorkItemConfigurationError information.
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkItemConfigurationErrorException

        public WorkItemConfigurationErrorException​(String message,
                                                   com.azure.core.http.HttpResponse response)
        Initializes a new instance of the WorkItemConfigurationErrorException class.
        Parameters:
        message - the exception message or the response content if a message is not available.
        response - the HTTP response.
      • WorkItemConfigurationErrorException

        public WorkItemConfigurationErrorException​(String message,
                                                   com.azure.core.http.HttpResponse response,
                                                   WorkItemConfigurationError value)
        Initializes a new instance of the WorkItemConfigurationErrorException 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 WorkItemConfigurationError getValue()
        Overrides:
        getValue in class com.azure.core.management.exception.ManagementException