public class FlightRuntimeException extends RuntimeException
In service implementations, raising an instance of this exception will provide clients with a more detailed message and error code.
Modifier and Type | Method and Description |
---|---|
CallStatus |
status() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CallStatus status()
Copyright © 2023 The Apache Software Foundation. All rights reserved.