@Contract(threading=IMMUTABLE)
public class ExceptionEvent
extends java.lang.Object
Throwable instance along with a time stamp.| Constructor | Description |
|---|---|
ExceptionEvent(java.lang.Exception ex) |
|
ExceptionEvent(java.lang.Throwable ex,
java.util.Date timestamp) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
|
java.util.Date |
getTimestamp() |
|
java.lang.String |
toString() |