Class ExceptionEvent

java.lang.Object
org.apache.http.impl.nio.reactor.ExceptionEvent

@Contract(threading=IMMUTABLE) public class ExceptionEvent extends Object
A Throwable instance along with a time stamp.
Since:
4.0
  • Field Details

    • ex

      private final Throwable ex
    • time

      private final long time
  • Constructor Details

    • ExceptionEvent

      public ExceptionEvent(Throwable ex, Date timestamp)
    • ExceptionEvent

      public ExceptionEvent(Exception ex)
  • Method Details