Uses of Class
org.apache.arrow.flight.FlightRuntimeException
Packages that use FlightRuntimeException
-
Uses of FlightRuntimeException in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return FlightRuntimeExceptionModifier and TypeMethodDescriptionCallStatus.toRuntimeException()
Convert the status to an equivalent exception. -
Uses of FlightRuntimeException in org.apache.arrow.flight.grpc
Methods in org.apache.arrow.flight.grpc that return FlightRuntimeExceptionModifier and TypeMethodDescriptionstatic FlightRuntimeException
StatusUtils.fromGrpcRuntimeException
(io.grpc.StatusRuntimeException sre) Convert from a gRPC exception to a Flight exception.static FlightRuntimeException
StatusUtils.fromThrowable
(Throwable t) Convert arbitrary exceptions to aFlightRuntimeException
.