Notification that a Coordination has terminated as a {@link Coordination#fail(Throwable) failure}.
This Participant should discard any work associated with the specified Coordination.
@param coordination The Coordination that has terminated as a failure.
@throws Exception If this Participant throws an exception, the{@link Coordinator} service should log the exception. The{@link Coordination#fail(Throwable)} method which is notifyingthis Participant must continue notification of other registered Participants.