Class BQException

    • Constructor Detail

      • BQException

        public BQException​(String msg,
                           Throwable cause)
        Constructor
        Parameters:
        msg - The error message
        cause - The cause of this exception
      • BQException

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

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

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

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