Uses of Class
io.grpc.StatusRuntimeException
-
Packages that use StatusRuntimeException Package Description io.grpc The gRPC core public API. -
-
Uses of StatusRuntimeException in io.grpc
Methods in io.grpc that return StatusRuntimeException Modifier and Type Method Description StatusRuntimeExceptionStatus. asRuntimeException()Convert thisStatusto aRuntimeException.StatusRuntimeExceptionStatus. asRuntimeException(Metadata trailers)Same asStatus.asRuntimeException()but includes the provided trailers in the returned exception.
-