Currently there is not way to know i.e. what status code had been thrown by Graph API by inspecting com.microsoft.graph.http.GraphServiceException. That could be useful so that when calling GET on some Object we could catch the exception and actually know that 404 Not Found happened.
In the .Net Graph API SDK that seem to be possible, but Java version possibly hides too much of information regarding the error that caused it.