Package org.springframework.grpc.server.exception
@NullMarked
package org.springframework.grpc.server.exception
Exception handling for gRPC servers.
-
ClassDescriptionGrpcExceptionHandledServerCall<ReqT,
RespT> Defines an exception handler for handling exceptions that occur during gRPC server-side processing.A gRPCServerInterceptorthat handles exceptions thrown during the processing of gRPC calls.ABeanFactoryPostProcessorandMethodReplacerthat processes beans of typeBindableServiceto replace theironErrorMapmethod to a set ofGrpcExceptionHandlerbeans.