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 SummaryConstructors Constructor Description SessionException(String message, Throwable cause, ResponseMessage responseMessage)Deprecated.SessionException(String message, ResponseMessage responseMessage)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseMessagegetResponseMessage()Deprecated.- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SessionExceptionpublic SessionException(String message, ResponseMessage responseMessage) Deprecated.
 - 
SessionExceptionpublic SessionException(String message, Throwable cause, ResponseMessage responseMessage) Deprecated.
 
- 
 - 
Method Detail- 
getResponseMessagepublic ResponseMessage getResponseMessage() Deprecated.
 
- 
 
-