Class ServerTooManyRowsBQException

  • All Implemented Interfaces:
    Serializable

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

      • ServerTooManyRowsBQException

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

        public ServerTooManyRowsBQException​(Throwable cause,
                                            BQQuery<?,​?> query)
        Constructor
        Parameters:
        cause - The original exception
        query - The failed query