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 toRemoteConnection.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteConnectionException()RemoteConnectionException(String message)RemoteConnectionException(String message, Throwable cause)RemoteConnectionException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-