Class InvalidQueryBQException
- 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.InvalidQueryBQException
-
- All Implemented Interfaces:
Serializable
public class InvalidQueryBQException extends NonTransientBQException
An exception indicating that a query is illegal- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidQueryBQException(String msg, 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
-
-