Class ThrottlingException

    • Constructor Summary

      Constructors 
      Constructor Description
      ThrottlingException​(QueryFailure response)
      Constructs a new ThrottlingException 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

      • ThrottlingException

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