Uses of Class
io.grpc.StatusException
-
Packages that use StatusException Package Description io.grpc The gRPC core public API.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.protobuf API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages. -
-
Uses of StatusException in io.grpc
Methods in io.grpc that return StatusException Modifier and Type Method Description StatusExceptionStatus. asException()Convert thisStatusto anException.StatusExceptionStatus. asException(Metadata trailers)Same asStatus.asException()but includes the provided trailers in the returned exception. -
Uses of StatusException in io.grpc.netty
Methods in io.grpc.netty that throw StatusException Modifier and Type Method Description private intNettyClientHandler. incrementAndGetNextStreamId() -
Uses of StatusException in io.grpc.protobuf
Methods in io.grpc.protobuf that return StatusException Modifier and Type Method Description static StatusExceptionStatusProto. toStatusException(com.google.rpc.Status statusProto)Convert aStatusinstance to aStatusException.static StatusExceptionStatusProto. toStatusException(com.google.rpc.Status statusProto, Metadata metadata)Convert aStatusinstance to aStatusExceptionwith additional metadata.static StatusExceptionStatusProto. toStatusException(com.google.rpc.Status statusProto, Metadata metadata, java.lang.Throwable cause)Convert aStatusinstance to aStatusExceptionwith additional metadata and the root exception thrown.
-