Uses of Interface
org.apache.tinkerpop.gremlin.structure.util.TemporaryException
-
Packages that use TemporaryException Package Description org.apache.tinkerpop.gremlin.server.util -
-
Uses of TemporaryException in org.apache.tinkerpop.gremlin.server.util
Classes in org.apache.tinkerpop.gremlin.server.util that implement TemporaryException Modifier and Type Class Description class
DefaultTemporaryException
This is a defaultTemporaryException
implementation that server implementers could use if they wished to indicate retry operations to the client.
-