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 underlyingg websocket is closed by the server. Requests that recieve this exception will be in a non-deteministic 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