Class InvalidTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.beam.sdk.extensions.sql.meta.provider.InvalidTableException
- All Implemented Interfaces:
 Serializable
Exception thrown when the request for a table is invalid, such as invalid metadata.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidTableException(String msg, Throwable cause) InvalidTableException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidTableException
 - 
InvalidTableException
 - 
InvalidTableException
 
 -