Class OfException<T>

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.supplier.AbstractChannelSupplier<T>
io.activej.csp.supplier.impl.OfException<T>
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, ChannelSupplier<T>, io.activej.reactor.Reactive

public final class OfException<T> extends AbstractChannelSupplier<T>
  • Field Details

    • exception

      public final Exception exception
  • Constructor Details

    • OfException

      public OfException(Exception exception)
  • Method Details