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

public class SessionNotFoundException extends RuntimeException implements graphql.GraphQLError
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException(String message)
    • SessionNotFoundException

      public SessionNotFoundException(String message, String sessionId)
  • Method Details

    • getExtensions

      public Map<String,Object> getExtensions()
      Specified by:
      getExtensions in interface graphql.GraphQLError
    • getLocations

      public List<graphql.language.SourceLocation> getLocations()
      Specified by:
      getLocations in interface graphql.GraphQLError
    • getErrorType

      public graphql.ErrorClassification getErrorType()
      Specified by:
      getErrorType in interface graphql.GraphQLError