Uses of Class
com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
Packages that use Exceptions.StorageException
-
Uses of Exceptions.StorageException in com.google.cloud.bigquery.storage.v1
Subclasses of Exceptions.StorageException in com.google.cloud.bigquery.storage.v1Modifier and TypeClassDescriptionstatic final classOffset already exists.static final classOffset out of range.static final classThere was a schema mismatch due to bigquery table with fewer fields than the input message.static final classThe write stream has already been finalized and will not accept further appends or flushes.static final classThe stream is not found.Methods in com.google.cloud.bigquery.storage.v1 that return Exceptions.StorageExceptionModifier and TypeMethodDescriptionstatic Exceptions.StorageExceptionExceptions.toStorageException(com.google.rpc.Status rpcStatus, Throwable exception) Converts a c.g.rpc.Status into a StorageException, if possible.static Exceptions.StorageExceptionExceptions.toStorageException(Throwable exception) Converts a Throwable into a StorageException, if possible.