Class SessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tinkerpop.gremlin.server.handler.SessionException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class SessionException extends Exception
Deprecated.As of release 3.8.0, not replaced.An exception that holds the error-relatedResponseMessagewhich is meant to be returned to the calling client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionException(String message, Throwable cause, ResponseMessage responseMessage)Deprecated.SessionException(String message, ResponseMessage responseMessage)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseMessagegetResponseMessage()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SessionException
public SessionException(String message, ResponseMessage responseMessage)
Deprecated.
-
SessionException
public SessionException(String message, Throwable cause, ResponseMessage responseMessage)
Deprecated.
-
-
Method Detail
-
getResponseMessage
public ResponseMessage getResponseMessage()
Deprecated.
-
-