Class NonTransientBQException

    • Constructor Detail

      • NonTransientBQException

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

        public NonTransientBQException​(String msg,
                                       Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The original exception
      • NonTransientBQException

        public NonTransientBQException​(Throwable cause,
                                       BQQuery<?,​?> query)
        Constructor To be used for failed query requests only.
        Parameters:
        cause - The cause of this exception
        query - The failed query.
      • NonTransientBQException

        public NonTransientBQException​(String msg,
                                       BQQuery<?,​?> query)
        Constructor To be used for failed query requests only.
        Parameters:
        msg - The error message
        query - The failed query
      • NonTransientBQException

        public NonTransientBQException​(String msg,
                                       Throwable cause,
                                       BQQuery<?,​?> query)
        Constructor To be used for failed query requests only.
        Parameters:
        msg - The error message
        cause - The cause of this exception
        query - The failed query