Class SessionNotFoundException

  • All Implemented Interfaces:
    graphql.GraphQLError, java.io.Serializable

    public class SessionNotFoundException
    extends java.lang.RuntimeException
    implements graphql.GraphQLError
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      graphql.ErrorClassification getErrorType()  
      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
      • 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 Detail

      • SessionNotFoundException

        public SessionNotFoundException​(java.lang.String message)
      • SessionNotFoundException

        public SessionNotFoundException​(java.lang.String message,
                                        java.lang.String sessionId)
    • Method Detail

      • getExtensions

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

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

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