Class QueryResultBrokenException

  • All Implemented Interfaces:
    Serializable

    public class QueryResultBrokenException
    extends RuntimeException
    An unchecked exception indicating that the BQ result set iterator can't continue due to a failure to retrieve more data from BQ server. We must use runtime exception in order to conform with Iterator's API, which doesn't allow checked exceptions.
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryResultBrokenException

        public QueryResultBrokenException​(Throwable e)
      • QueryResultBrokenException

        public QueryResultBrokenException​(String msg)