Class ClientTooManyRowsBQException

  • All Implemented Interfaces:
    Serializable

    public class ClientTooManyRowsBQException
    extends NonTransientBQException
    An exception indicating that the total number of rows in the BQ response exceeds the soft limit (client side)
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientTooManyRowsBQException

        public ClientTooManyRowsBQException​(String msg,
                                            BQQuery<?,​?> query)
        Constructor
        Parameters:
        msg - The error message
        query - The failed query