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
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface graphql.GraphQLError
graphql.GraphQLError.Builder<B extends graphql.GraphQLError.Builder<B>>
-
Constructor Summary
ConstructorDescriptionSessionNotFoundException
(String message) SessionNotFoundException
(String message, String sessionId) -
Method Summary
Modifier and TypeMethodDescriptiongraphql.ErrorClassification
List<graphql.language.SourceLocation>
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface graphql.GraphQLError
getMessage, getPath, toSpecification
-
Constructor Details
-
SessionNotFoundException
-
SessionNotFoundException
-
-
Method Details
-
getExtensions
- Specified by:
getExtensions
in interfacegraphql.GraphQLError
-
getLocations
- Specified by:
getLocations
in interfacegraphql.GraphQLError
-
getErrorType
public graphql.ErrorClassification getErrorType()- Specified by:
getErrorType
in interfacegraphql.GraphQLError
-