ExceptionThrower
final class ExceptionThrower
Wrapper for passing exceptions through channels.
Since exceptions cannot be pushed directly to channels, this class wraps a Throwable so it can be passed through and re-thrown later.
Methods
getThrowable()
Get the wrapped throwable.