This package implements the fault tolerance module of Kan. As of this release, it has not been implemented. Currently, we have two placeholder exception classes only. The first is NodeFailureException, which is thrown from the communication code if it detects a failed node. The second is TooManyFailuresException, which is thrown by the transaction code if more node failures occurred than the transaction-processing code is able to handle.