public class IOExceptionWithStatus extends IOException
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.
|
Modifier and Type | Method and Description |
---|---|
io.grpc.Status |
getStatus()
Status from the provided OperationRuntimeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString