Class RemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
-
- All Implemented Interfaces:
Serializable
public class RemoteException extends Exception
A mapperException
to be thrown when there are problems with processing a command given to aRemoteAcceptor
. The message provided to the exception will be displayed to the user in the Console.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteException(String message)
RemoteException(String message, String remoteStackTrace)
RemoteException(String message, Throwable cause)
RemoteException(String message, Throwable cause, String remoteStackTrace)
RemoteException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getRemoteStackTrace()
The stacktrace produced by the remote server.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-