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