Class GraphQLUnauthorizedException

All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class GraphQLUnauthorizedException extends GraphQLRuntimeException implements graphql.GraphQLError
See Also:
  • Constructor Details

    • GraphQLUnauthorizedException

      public GraphQLUnauthorizedException(String message)
  • Method Details

    • getLocations

      public List<graphql.language.SourceLocation> getLocations()
      Specified by:
      getLocations in interface graphql.GraphQLError
      Overrides:
      getLocations in class GraphQLRuntimeException