public class GraphQlClientException extends RuntimeException
| Constructor and Description |
|---|
GraphQlClientException(String message) |
GraphQlClientException(String message,
List<GraphQlClientError> errors) |
GraphQlClientException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQlClientError> |
getErrors() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GraphQlClientException(String message)
public GraphQlClientException(String message, List<GraphQlClientError> errors)
public List<GraphQlClientError> getErrors()
Copyright © 2018–2020. All rights reserved.