Class ZetaSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.extensions.sql.zetasql.ZetaSqlException
- All Implemented Interfaces:
Serializable
Exception to be thrown by the Beam ZetaSQL planner.
Wraps a StatusRuntimeException
containing a GRPC status code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZetaSqlException
(com.google.zetasql.io.grpc.StatusRuntimeException cause) ZetaSqlException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZetaSqlException
public ZetaSqlException(com.google.zetasql.io.grpc.StatusRuntimeException cause) -
ZetaSqlException
-