Class RemoteConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tinkerpop.gremlin.process.remote.RemoteConnectionException
All Implemented Interfaces:
Serializable

public class RemoteConnectionException extends Exception
A generalized exception for any errors related to RemoteConnection.
Author:
Stephen Mallette (http://stephen.genoprime.com)
See Also:
  • Constructor Details

    • RemoteConnectionException

      public RemoteConnectionException()
    • RemoteConnectionException

      public RemoteConnectionException(String message)
    • RemoteConnectionException

      public RemoteConnectionException(String message, Throwable cause)
    • RemoteConnectionException

      public RemoteConnectionException(Throwable cause)