# 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/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/transport/TmuxTransportException.java#L14
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-transport-tmuxtransportexception-tmuxtransportexception/

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

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.
