public static class DataAccessor.ExceptionSafety
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionSafety() |
| Modifier and Type | Method and Description |
|---|---|
static void |
onMethodExit(java.lang.Throwable thrown)
Advice on method exit, to rewrite any thrown exception to be null, and therefore suppressed
|
@Advice.OnMethodExit(onThrowable=java.lang.Throwable.class)
public static void onMethodExit(@Advice.Thrown(readOnly=false)
java.lang.Throwable thrown)
thrown - the exception which was thrown, which will be suppressed