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
,java.io.Serializable
@PublicApi public class PersistedQueryNotFound extends PersistedQueryError
An exception that indicates the query id is not valid and can be found ever in cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistedQueryNotFound(java.lang.Object persistedQueryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getExtensions()
java.lang.String
getMessage()
java.lang.Object
getPersistedQueryId()
java.lang.String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface graphql.ErrorClassification
toSpecification
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getPersistedQueryId
public java.lang.Object getPersistedQueryId()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
getExtensions
public java.util.Map<java.lang.String,java.lang.Object> getExtensions()
-
-