public class MockitoSerializationIssue
extends java.io.ObjectStreamException
The stack trace is filtered from mockito calls if you are using getStackTrace()
.
For debugging purpose though you can still access the full stacktrace using getUnfilteredStackTrace()
.
However note that other calls related to the stackTrace will refer to the filter stacktrace.
Constructor | Description |
---|---|
MockitoSerializationIssue(java.lang.String message,
java.lang.Exception cause) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.StackTraceElement[] |
getStackTrace() |
|
java.lang.StackTraceElement[] |
getUnfilteredStackTrace() |