com.google.cloud.bigtable.grpc.io
Class IOExceptionWithStatus
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.cloud.bigtable.grpc.io.IOExceptionWithStatus
-
- All Implemented Interfaces:
- Serializable
public class IOExceptionWithStatus extends IOException
An IOException that carries a gRPC Status object.- Version:
- $Id: $Id
- Author:
- sduskis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IOExceptionWithStatus(String message, io.grpc.Status status)
Constructor for IOExceptionWithStatus.IOExceptionWithStatus(String message, Throwable cause, io.grpc.Status status)
Constructor for IOExceptionWithStatus.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description io.grpc.Status
getStatus()
Status from the provided OperationRuntimeException.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-