Uses of Class
org.apache.tinkerpop.gremlin.server.util.GremlinError
-
Packages that use GremlinError Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.util -
-
Uses of GremlinError in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return GremlinError Modifier and Type Method Description GremlinErrorProcessingException. getError()Constructors in org.apache.tinkerpop.gremlin.server with parameters of type GremlinError Constructor Description ProcessingException(GremlinError error) -
Uses of GremlinError in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return GremlinError Modifier and Type Method Description static GremlinErrorGremlinError. beginHasTransactionId()Creates an error for when a begin request is sent with a user-supplied transaction ID.static GremlinErrorGremlinError. binding()static GremlinErrorGremlinError. binding(int bindingsCount, int allowedSize)static GremlinErrorGremlinError. binding(String aliased)static GremlinErrorGremlinError. binding(Set<String> badBindings)static GremlinErrorGremlinError. failStep(Failure failure)static GremlinErrorGremlinError. general(Throwable t)static GremlinErrorGremlinError. invalidGremlinType(RequestMessage requestMessage)static GremlinErrorGremlinError. longFrame(Throwable t)static GremlinErrorGremlinError. longRequest(RequestMessage requestMessage)static GremlinErrorGremlinError. maxTransactionsExceeded(String exceededErrorMessage)Creates an error for when the maximum number of concurrent transactions is exceeded.static GremlinErrorGremlinError. parsing(GremlinParserException error)static GremlinErrorGremlinError. rateLimiting()static GremlinErrorGremlinError. serialization(Exception ex)static GremlinErrorGremlinError. temporary(Throwable t)static GremlinErrorGremlinError. timedInterruptTimeout()static GremlinErrorGremlinError. timeout(RequestMessage requestMessage)static GremlinErrorGremlinError. transactionalControlRequiresTransaction()Creates an error for when commit or rollback is sent without a transaction ID.static GremlinErrorGremlinError. transactionNotFound(String transactionId)Creates an error for when a transaction is not found on the server.static GremlinErrorGremlinError. transactionNotSupported(UnsupportedOperationException uoe)Creates an error for when the requested graph does not support transactions.static GremlinErrorGremlinError. transactionTimeout(String transactionId, String operation)Creates an error for when a transaction operation times out.static GremlinErrorGremlinError. transactionUnableToStart(String message)Creates an error for when the transaction couldn't begin.static GremlinErrorGremlinError. wrongSerializer(Exception ex)
-