Uses of Class
org.apache.arrow.flight.FlightRuntimeException
-
Uses of FlightRuntimeException in org.apache.arrow.flight
Modifier and TypeMethodDescriptionCallStatus.toRuntimeException()
Convert the status to an equivalent exception. -
Uses of FlightRuntimeException in org.apache.arrow.flight.grpc
Modifier 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
.