GraphErrorException 类
定义
Exception thrown for an invalid response with GraphError information.
public class GraphErrorException
- 继承
-
java.lang.ObjectRestExceptionGraphErrorException
构造函数
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.
|
方法
body() |