public final class SerializableThrowable
extends java.lang.Object
implements java.io.Serializable
Throwable that preserves the stack trace on serialization, unlike
regular Throwable.| Constructor and Description |
|---|
SerializableThrowable(java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Throwable |
getThrowable() |
int |
hashCode() |