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> -
Constructor Summary
ConstructorsConstructorDescriptionSessionNotFoundException(String message) SessionNotFoundException(String message, String sessionId) -
Method Summary
Modifier and TypeMethodDescriptiongraphql.ErrorClassificationList<graphql.language.SourceLocation> Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface graphql.GraphQLError
getMessage, getPath, toSpecification
-
Constructor Details
-
SessionNotFoundException
-
SessionNotFoundException
-
-
Method Details
-
getExtensions
-
getLocations
- Specified by:
getLocationsin interfacegraphql.GraphQLError
-
getErrorType
public graphql.ErrorClassification getErrorType()- Specified by:
getErrorTypein interfacegraphql.GraphQLError
-