Interface ExceptionDeferrer
public interface ExceptionDeferrer
In 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
Modifier and TypeMethodDescriptionvoidgetDeferredThrowables(List<Throwable> list) Adds all supressed throwables of this ExceptionDeferrer to the given list in order of appearance.
-
Method Details
-
getDeferredThrowables
Adds all supressed throwables of this ExceptionDeferrer to the given list in order of appearance.- Parameters:
list-
-