Class TimeoutBQException

  • All Implemented Interfaces:
    Serializable

    public class TimeoutBQException
    extends TransientBQException
    A transient exception indicating that a BQ request timed out (Suitable also for low level socket read timeout)
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeoutBQException

        public TimeoutBQException​(String msg,
                                  BQQuery<?,​?> query)
        Constructor
        Parameters:
        msg - The error message
        query - The query where the timeout was found
      • TimeoutBQException

        public TimeoutBQException​(String msg)
        Constructor
        Parameters:
        msg - The error message
      • TimeoutBQException

        public TimeoutBQException​(String msg,
                                  Throwable e,
                                  BQQuery<?,​?> query)
        Constructor
        Parameters:
        msg - The error message
        e - The cause
        query - The query where the timeout was found
      • TimeoutBQException

        public TimeoutBQException​(String msg,
                                  Throwable e)
        Constructor
        Parameters:
        msg - The error message
        e - The cause