Class PersistedQueryNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.execution.preparsed.persisted.PersistedQueryError
graphql.execution.preparsed.persisted.PersistedQueryNotFound
- All Implemented Interfaces:
ErrorClassification, Serializable
An exception that indicates the query id is not valid and can be found ever in cache
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ErrorClassification
toSpecification
-
Field Details
-
persistedQueryId
-
-
Constructor Details
-
PersistedQueryNotFound
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getPersistedQueryId
-
toString
-
getExtensions
- Overrides:
getExtensionsin classPersistedQueryError
-