Class InvalidTableLoadBQException
- 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.InvalidTableLoadBQException
-
- All Implemented Interfaces:
Serializable
public class InvalidTableLoadBQException extends NonTransientBQException
An exception indicating that the table load request is illegal- Author:
- Eyal Schneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTableLoadBQException(String msg, TableLoadConfig 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
-
InvalidTableLoadBQException
public InvalidTableLoadBQException(String msg, TableLoadConfig config)
Constructor- Parameters:
msg- The error messageconfig- The illegal load configuration
-
-