X
- a type of exception that the task may throw@FunctionalInterface public static interface Transaction.Task<X extends Throwable>
Modifier and Type | Method and Description |
---|---|
void |
execute(Transaction t)
Executes the task with the specified transaction.
|
void execute(Transaction t) throws X extends Throwable