Package org.openqa.selenium.grid.graphql
Class SessionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.grid.graphql.SessionNotFoundException
-
- All Implemented Interfaces:
graphql.GraphQLError,java.io.Serializable
public class SessionNotFoundException extends java.lang.RuntimeException implements graphql.GraphQLError- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionNotFoundException(java.lang.String message)SessionNotFoundException(java.lang.String message, java.lang.String sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.ErrorClassificationgetErrorType()java.util.Map<java.lang.String,java.lang.Object>getExtensions()java.util.List<graphql.language.SourceLocation>getLocations()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExtensions
public java.util.Map<java.lang.String,java.lang.Object> getExtensions()
- Specified by:
getExtensionsin interfacegraphql.GraphQLError
-
getLocations
public java.util.List<graphql.language.SourceLocation> getLocations()
- Specified by:
getLocationsin interfacegraphql.GraphQLError
-
getErrorType
public graphql.ErrorClassification getErrorType()
- Specified by:
getErrorTypein interfacegraphql.GraphQLError
-
-