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