Class GrpcErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.grpc.common.GrpcErrorException
- All Implemented Interfaces:
Serializable
Thrown when a failure happens before the response, and it could be interpreted to a gRPC failure, e.g.
in practice it means an HTTP/2 stream reset mapped to a gRPC code according to the
spec.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GrpcErrorException
-
-
Method Details
-
create
-
error
-
status
-