Search Results for

    Show / Hide Table of Contents

    Namespace Gremlin.Net.Driver.Exceptions

    Classes

    ConnectionClosedException

    The exception that is thrown for requests that in-flight when the underlying websocket is closed by the server. Requests that receive this exception will be in a non-deterministic state and may need to be retried.

    ConnectionPoolBusyException

    The exception that is thrown when all connections in the pool have reached their maximum number of in-flight requests.

    NoConnectionAvailableException

    The exception that is thrown when no connection is available to service a request.

    ResponseException

    The exception that is thrown when a response is received from Gremlin Server that indicates that an error occurred.

    ServerUnavailableException

    The exception that is thrown when no connection is available to the GremlinServer.

    In this article
    Back to top Copyright © 2018 The Apache Software Foundation