Class GraphqlClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.topbraidlive.client.java.ClientException
-
- org.topbraidlive.client.java.api.exception.GraphqlClientException
-
- All Implemented Interfaces:
Serializable
public final class GraphqlClientException extends ClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphqlClientException(String message)
GraphqlClientException(List<GraphqlError> errors, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GraphqlError>
getErrors()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GraphqlClientException
public GraphqlClientException(String message)
-
GraphqlClientException
public GraphqlClientException(List<GraphqlError> errors, String message)
-
-
Method Detail
-
getErrors
public final List<GraphqlError> getErrors()
-
-