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. -
-
Uses of StatusRuntimeException in io.grpc
Methods in io.grpc that return StatusRuntimeException Modifier and Type Method Description 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.
-