Class ServerResourcesBQException

  • All Implemented Interfaces:
    Serializable

    public class ServerResourcesBQException
    extends NonTransientBQException
    An exception indicating that the server rejected a query due to usage of too many resources
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerResourcesBQException

        public ServerResourcesBQException​(String msg,
                                          Throwable cause,
                                          BQQuery<?,​?> query)
        Constructor
        Parameters:
        msg - The error message
        cause - The original exception
        The - failed query
      • ServerResourcesBQException

        public ServerResourcesBQException​(Throwable cause,
                                          BQQuery<?,​?> query)
        Constructor
        Parameters:
        cause - The original exception
        The - failed query