AnnotationErrorException 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. core. management. exception. ManagementException - com.
azure. resourcemanager. applicationinsights. models. AnnotationErrorException
- com.
- com.
- com.
- com.
- java.
- java.
- java.
public final class AnnotationErrorException
extends ManagementException
Exception thrown for an invalid response with AnnotationError information.
Constructor Summary
| Constructor | Description |
|---|---|
| AnnotationErrorException(String message, HttpResponse response) |
Initializes a new instance of the Annotation |
| AnnotationErrorException(String message, HttpResponse response, AnnotationError value) |
Initializes a new instance of the Annotation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Annotation |
getValue() |
Methods inherited from HttpResponseException
Methods inherited from ManagementException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
AnnotationErrorException
public AnnotationErrorException(String message, HttpResponse response)
Initializes a new instance of the AnnotationErrorException class.
Parameters:
AnnotationErrorException
public AnnotationErrorException(String message, HttpResponse response, AnnotationError value)
Initializes a new instance of the AnnotationErrorException class.
Parameters:
Method Details
getValue
public AnnotationError getValue()
Overrides:
AnnotationErrorException.getValue()