Class GraphQLUnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.graphql.exception.GraphQLRuntimeException
org.opencastproject.graphql.exception.GraphQLUnauthorizedException
- All Implemented Interfaces:
graphql.GraphQLError,Serializable
public class GraphQLUnauthorizedException
extends GraphQLRuntimeException
implements graphql.GraphQLError
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface graphql.GraphQLError
graphql.GraphQLError.Builder<B extends graphql.GraphQLError.Builder<B>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencastproject.graphql.exception.GraphQLRuntimeException
getErrorType, getExtensions, getPath, toSpecificationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface graphql.GraphQLError
getErrorType, getExtensions, getMessage, getPath, toSpecification
-
Constructor Details
-
GraphQLUnauthorizedException
-
-
Method Details
-
getLocations
- Specified by:
getLocationsin interfacegraphql.GraphQLError- Overrides:
getLocationsin classGraphQLRuntimeException
-