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 class
Exceptions.OffsetAlreadyExists
Offset already exists.static class
Exceptions.OffsetOutOfRange
Offset out of range.static class
Exceptions.SchemaMismatchedException
There was a schema mismatch due to bigquery table with fewer fields than the input message.static class
Exceptions.StreamFinalizedException
The write stream has already been finalized and will not accept further appends or flushes.static class
Exceptions.StreamNotFound
The stream is not found.Methods in com.google.cloud.bigquery.storage.v1 that return Exceptions.StorageException Modifier and Type Method Description static Exceptions.StorageException
Exceptions. toStorageException(com.google.rpc.Status rpcStatus, Throwable exception)
Converts a c.g.rpc.Status into a StorageException, if possible.static Exceptions.StorageException
Exceptions. toStorageException(Throwable exception)
Converts a Throwable into a StorageException, if possible.
-