Uses of Class
io.grpc.StatusException
Packages that use StatusException
Package
Description
The gRPC core public API.
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 StatusExceptionModifier and TypeMethodDescriptionStatus.asException()Status.asException(Metadata trailers) Same asStatus.asException()but includes the provided trailers in the returned exception. -
Uses of StatusException in io.grpc.protobuf
Methods in io.grpc.protobuf that return StatusExceptionModifier and TypeMethodDescriptionstatic 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, Throwable cause) Convert aStatusinstance to aStatusExceptionwith additional metadata and the root exception thrown.