Class ErrorException
- 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.network.models.ErrorException
-
- All Implemented Interfaces:
Serializable
public final class ErrorException extends com.azure.core.management.exception.ManagementExceptionException thrown for an invalid response with Error information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorException(String message, com.azure.core.http.HttpResponse response)Initializes a new instance of the ErrorException class.ErrorException(String message, com.azure.core.http.HttpResponse response, Error value)Initializes a new instance of the ErrorException class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorgetValue()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ErrorException
public ErrorException(String message, com.azure.core.http.HttpResponse response)
Initializes a new instance of the ErrorException class.- Parameters:
message- the exception message or the response content if a message is not available.response- the HTTP response.
-
ErrorException
public ErrorException(String message, com.azure.core.http.HttpResponse response, Error value)
Initializes a new instance of the ErrorException 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 Error getValue()
- Overrides:
getValuein classcom.azure.core.management.exception.ManagementException
-
-