Class FlightRuntimeException

All Implemented Interfaces:
Serializable

public class FlightRuntimeException extends RuntimeException
An exception raised from a Flight RPC.

In service implementations, raising an instance of this exception will provide clients with a more detailed message and error code.

See Also: