Uses of Class
org.apache.tinkerpop.gremlin.driver.exception.ResponseException
Packages that use ResponseException
-
Uses of ResponseException in org.apache.tinkerpop.gremlin.driver.exception
Subclasses of ResponseException in org.apache.tinkerpop.gremlin.driver.exceptionMethods in org.apache.tinkerpop.gremlin.driver.exception that return ResponseExceptionModifier and TypeMethodDescriptionstatic ResponseExceptionResponseException.create(io.netty.handler.codec.http.HttpResponseStatus responseStatusCode, String serverMessage, String remoteException) Creates aResponseExceptionfrom a server response, returning the more specificFailResponseExceptionwhen theremoteExceptionindicates that aGraphTraversal.fail()step was triggered on the server.