public class GraphQlTransportException extends GraphQlClientException
GraphQlTransport
or used to wrap an exception
from a GraphQlTransport
implementation.Constructor and Description |
---|
GraphQlTransportException(String message,
Throwable cause,
GraphQlRequest request)
Constructor with a given message.
|
GraphQlTransportException(Throwable cause,
GraphQlRequest request)
Constructor with a default message.
|
getRequest
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GraphQlTransportException(@Nullable Throwable cause, GraphQlRequest request)
public GraphQlTransportException(String message, @Nullable Throwable cause, GraphQlRequest request)