public class

ExceptionEvent

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

Class Overview

A Throwable instance along with a time stamp.

Summary

Public Constructors
ExceptionEvent(Throwable ex, Date timestamp)
ExceptionEvent(Exception ex)
Public Methods
Throwable getCause()
Date getTimestamp()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExceptionEvent (Throwable ex, Date timestamp)

public ExceptionEvent (Exception ex)

Public Methods

public Throwable getCause ()

public Date getTimestamp ()

public String toString ()