Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tinkerpop.gremlin.driver.exception.ConnectionException
- All Implemented Interfaces:
Serializable
This exception signifies network connection failure.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionException(URI uri, String message, Throwable cause) ConnectionException(URI uri, Throwable cause) ConnectionException(URI uri, InetSocketAddress addy, String message) ConnectionException(URI uri, InetSocketAddress addy, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
-
Method Details
-
getUri
-
getAddress
-