Class Exceptions.InflightBytesLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.grpc.StatusRuntimeException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.InflightLimitExceededException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.InflightBytesLimitExceededException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.InflightBytesLimitExceededException extends Exceptions.InflightLimitExceededException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InflightBytesLimitExceededException(String writerId, long currentLimit)
-
Method Summary
-
Methods inherited from class com.google.cloud.bigquery.storage.v1.Exceptions.InflightLimitExceededException
getCurrentLimit, getWriterId
-
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
-
-
-
-
Constructor Detail
-
InflightBytesLimitExceededException
protected InflightBytesLimitExceededException(String writerId, long currentLimit)
-
-