GraphErrorException Class

  • java.lang.Object
    • RestException
      • com.microsoft.azure.management.graphrbac.GraphErrorException

public class GraphErrorException

Exception thrown for an invalid response with GraphError information.

Constructor Summary

Constructor Description
GraphErrorException(final String message, final Response<ResponseBody> response)

Initializes a new instance of the GraphErrorException class.

GraphErrorException(final String message, final Response<ResponseBody> response, final GraphError body)

Initializes a new instance of the GraphErrorException class.

Method Summary

Modifier and Type Method and Description
GraphError body()

Constructor Details

GraphErrorException

public GraphErrorException(final String message, final Response response)

Initializes a new instance of the GraphErrorException class.

Parameters:

message - the exception message or the response content if a message is not available
response - the HTTP response

GraphErrorException

public GraphErrorException(final String message, final Response response, final GraphError body)

Initializes a new instance of the GraphErrorException class.

Parameters:

message - the exception message or the response content if a message is not available
response - the HTTP response
body - the deserialized response body

Method Details

body

public GraphError body()

Applies to