Interface ExceptionDeferrer
-
public interface ExceptionDeferrerIn most cases resources defer exceptions and return an arjuna specific error code. If such a resource implements this interface then a resource user can get the last exception that occurred on the resource by calling getDeferredThrowable.- Author:
- sebplorenz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetDeferredThrowables(List<Throwable> list)Adds all supressed throwables of this ExceptionDeferrer to the given list in order of appearance.
-