public class ConnectionFailureException
Signals that the underlying interface RPCConnection dropped.
interface RPCConnectionpublic ConnectionFailureException(@Nullable
java.lang.Throwable cause)
Signals that the underlying interface RPCConnection dropped.
interface RPCConnectionpublic ConnectionFailureException()
Signals that the underlying interface RPCConnection dropped.
interface RPCConnection