Class DefaultErrorResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.rest.RestException
-
- com.microsoft.azure.management.appservice.DefaultErrorResponseException
-
- All Implemented Interfaces:
Serializable
public class DefaultErrorResponseException extends com.microsoft.rest.RestExceptionException thrown for an invalid response with DefaultErrorResponse information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response)Initializes a new instance of the DefaultErrorResponseException class.DefaultErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response, DefaultErrorResponse body)Initializes a new instance of the DefaultErrorResponseException class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultErrorResponsebody()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DefaultErrorResponseException
public DefaultErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response)
Initializes a new instance of the DefaultErrorResponseException class.- Parameters:
message- the exception message or the response content if a message is not availableresponse- the HTTP response
-
DefaultErrorResponseException
public DefaultErrorResponseException(String message, retrofit2.Response<okhttp3.ResponseBody> response, DefaultErrorResponse body)
Initializes a new instance of the DefaultErrorResponseException class.- Parameters:
message- the exception message or the response content if a message is not availableresponse- the HTTP responsebody- the deserialized response body
-
-
Method Detail
-
body
public DefaultErrorResponse body()
- Overrides:
bodyin classcom.microsoft.rest.RestException
-
-