Class Exceptions.StorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.grpc.StatusRuntimeException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Exceptions.OffsetAlreadyExists
,Exceptions.OffsetOutOfRange
,Exceptions.SchemaMismatchedException
,Exceptions.StreamFinalizedException
,Exceptions.StreamNotFound
- Enclosing class:
- Exceptions
public static class Exceptions.StorageException extends io.grpc.StatusRuntimeException
Main Storage Exception. Might contain map of streams to errors for that stream.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getActualOffset()
com.google.common.collect.ImmutableMap<String,com.google.api.gax.grpc.GrpcStatusCode>
getErrors()
long
getExpectedOffset()
String
getStreamName()
-
Methods inherited from class io.grpc.StatusRuntimeException
fillInStackTrace, getStatus, getTrailers
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-