@FunctionalInterface public static interface Transactional.TriConsumerWithException<S,T,U>
void
accept(S s, T t, U u)
void accept(S s, T t, U u) throws java.lang.Exception
java.lang.Exception