Class QueryRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryRuntimeException
    extends ServiceException
    Exception representing a runtime error encountered during query execution in Fauna.

    This exception is thrown when a query fails due to a runtime error. Extends ServiceException to provide details specific to runtime query errors.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryRuntimeException​(QueryFailure response)
      Constructs a new QueryRuntimeException with the specified QueryFailure details.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryRuntimeException

        public QueryRuntimeException​(QueryFailure response)
        Constructs a new QueryRuntimeException with the specified QueryFailure details.
        Parameters:
        response - The QueryFailure object containing details about the runtime error.