Class GraphQLUnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.graphql.exception.GraphQLUnauthorizedException
All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class GraphQLUnauthorizedException extends RuntimeException 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
    • getErrorType

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