Uses of Class
com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
-
Packages that use Exceptions.StorageException Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of Exceptions.StorageException in com.google.cloud.bigquery.storage.v1
Subclasses of Exceptions.StorageException in com.google.cloud.bigquery.storage.v1 Modifier and Type Class Description static classExceptions.OffsetAlreadyExistsOffset already exists.static classExceptions.OffsetOutOfRangeOffset out of range.static classExceptions.SchemaMismatchedExceptionThere was a schema mismatch due to bigquery table with fewer fields than the input message.static classExceptions.StreamFinalizedExceptionThe write stream has already been finalized and will not accept further appends or flushes.static classExceptions.StreamNotFoundThe stream is not found.Methods in com.google.cloud.bigquery.storage.v1 that return Exceptions.StorageException Modifier and Type Method Description static 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.
-