GraphFatalServiceException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
microsoft. graph. core. ClientException - com.
microsoft. graph. http. GraphServiceException - com.
microsoft. graph. http. GraphFatalServiceException
- com.
- com.
- com.
- java.
- java.
- java.
public class GraphFatalServiceException
extends GraphServiceException
An unexpected exception from the Graph service
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | GraphFatalServiceException(String method, String url, List<String> requestHeaders, String requestBody, int responseCode, String responseMessage, List<String> responseHeaders, GraphErrorResponse error, boolean verbose) |
Create a fatal Graph service exception |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getMessage(boolean verbose)
Gets the message for this exception |
Methods inherited from GraphServiceException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
GraphFatalServiceException
protected GraphFatalServiceException(String method, String url, List
Create a fatal Graph service exception
Parameters:
Method Details
getMessage
public String getMessage(boolean verbose)
Gets the message for this exception
Overrides:
GraphFatalServiceException.getMessage(boolean verbose)Parameters: