Class OpProcessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tinkerpop.gremlin.server.op.OpProcessorException
-
- All Implemented Interfaces:
Serializable
public class OpProcessorException extends Exception
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpProcessorException(String message, ResponseMessage responseMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseMessage
getResponseMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OpProcessorException
public OpProcessorException(String message, ResponseMessage responseMessage)
-
-
Method Detail
-
getResponseMessage
public ResponseMessage getResponseMessage()
-
-