open class RPCException : RuntimeExceptionThrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
| DeadlineExceeded |
class DeadlineExceeded : RPCException |
| <init> |
RPCException(msg: String)RPCException(msg: String, cause: Throwable?)Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method. |
| rootCause |
val Throwable.rootCause: Throwable |
| DeadlineExceeded |
class DeadlineExceeded : RPCException |