Uses of Class
io.grpc.StatusRuntimeException
-
Packages that use StatusRuntimeException Package Description io.grpc The gRPC core public API.io.grpc.protobuf API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages.io.grpc.stub API for the Stub layer. -
-
Uses of StatusRuntimeException in io.grpc
Methods in io.grpc that return StatusRuntimeException Modifier and Type Method Description static StatusRuntimeException
InternalStatus. asRuntimeException(Status status, Metadata trailers, boolean fillInStackTrace)
Create a newStatusRuntimeException
with the internal option of skipping the filling of the stack trace.StatusRuntimeException
Status. asRuntimeException()
Convert thisStatus
to aRuntimeException
.StatusRuntimeException
Status. asRuntimeException(Metadata trailers)
Same asStatus.asRuntimeException()
but includes the provided trailers in the returned exception. -
Uses of StatusRuntimeException in io.grpc.protobuf
Methods in io.grpc.protobuf that return StatusRuntimeException Modifier and Type Method Description static StatusRuntimeException
StatusProto. toStatusRuntimeException(com.google.rpc.Status statusProto)
Convert aStatus
instance to aStatusRuntimeException
.static StatusRuntimeException
StatusProto. toStatusRuntimeException(com.google.rpc.Status statusProto, Metadata metadata)
Convert aStatus
instance to aStatusRuntimeException
with additional metadata. -
Uses of StatusRuntimeException in io.grpc.stub
Methods in io.grpc.stub that return StatusRuntimeException Modifier and Type Method Description private static StatusRuntimeException
ClientCalls. toStatusRuntimeException(java.lang.Throwable t)
Wraps the givenThrowable
in aStatusRuntimeException
.
-