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 StatusRuntimeExceptionInternalStatus. asRuntimeException(Status status, Metadata trailers, boolean fillInStackTrace)Create a newStatusRuntimeExceptionwith the internal option of skipping the filling of the stack trace.StatusRuntimeExceptionStatus. asRuntimeException()Convert thisStatusto aRuntimeException.StatusRuntimeExceptionStatus. 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 StatusRuntimeExceptionStatusProto. toStatusRuntimeException(com.google.rpc.Status statusProto)Convert aStatusinstance to aStatusRuntimeException.static StatusRuntimeExceptionStatusProto. toStatusRuntimeException(com.google.rpc.Status statusProto, Metadata metadata)Convert aStatusinstance to aStatusRuntimeExceptionwith additional metadata. -
Uses of StatusRuntimeException in io.grpc.stub
Methods in io.grpc.stub that return StatusRuntimeException Modifier and Type Method Description private static StatusRuntimeExceptionClientCalls. toStatusRuntimeException(java.lang.Throwable t)Wraps the givenThrowablein aStatusRuntimeException.
-