Class TransientBQException

    • Constructor Detail

      • TransientBQException

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

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

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

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

        public TransientBQException​(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