# io.github.libtmux.transport.TmuxTransportException.TmuxTransportException

- **Module:** io.github.libtmux.transport.TmuxTransportException
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/transport/TmuxTransportException.java#L14
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-transport-tmuxtransportexception-tmuxtransportexception/

A transport failure, carrying how certain it is that tmux applied the command.

<p>The certainty is the point. "tmux never started" and "tmux timed out halfway" call for
opposite recovery, and a caller that cannot tell them apart has to treat every failure as the
dangerous one.

## Members

- `TmuxTransportException` (method)
- `outcome` (method) — How certain the transport is that tmux applied the request.
