Class OfException<T>

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

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

    • exception

      public final Exception exception
  • Constructor Details

    • OfException

      public OfException(Exception exception)
  • Method Details