Package org.apache.http.impl.nio.reactor
Class ExceptionEvent
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.ExceptionEvent
-
-
Constructor Summary
Constructors Constructor Description ExceptionEvent(java.lang.Exception ex)
ExceptionEvent(java.lang.Throwable ex, java.util.Date timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.util.Date
getTimestamp()
java.lang.String
toString()
-