Class ServerResourcesBQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.infra.bq.exceptions.BQException
-
- org.pipecraft.infra.bq.exceptions.NonTransientBQException
-
- org.pipecraft.infra.bq.exceptions.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 Summary
Constructors Constructor Description ServerResourcesBQException(String msg, Throwable cause, BQQuery<?,?> query)ConstructorServerResourcesBQException(Throwable cause, BQQuery<?,?> query)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-