Class InvalidExportBQException
- 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.InvalidExportBQException
-
- All Implemented Interfaces:
Serializable
public class InvalidExportBQException extends NonTransientBQException
An exception indicating that the export request is illegal- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidExportBQException(String msg, TableExportConfig config)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidExportBQException
public InvalidExportBQException(String msg, TableExportConfig config)
Constructor- Parameters:
msg- The error messageconfig- The illegal export configuration
-
-