API Documentation: Class CommitFaultException
| Name | CommitFaultException |
| Package | com.mckoi.network |
| Extends | java.lang.Exception |
An exception that indicates changes made by concurrent transactions are in conflict and a consistent model of a proposed change can not be published. For example, two transactions deleting the same row in a table would cause a CommitFaultException to be thrown.
Constructors Summary
| CommitFaultException(String msg) | |
| CommitFaultException(String msg, Object[] args) |
Constructor Details
CommitFaultException(String msg)
Constructs the commit fault exception with a message. The message should describe the reason for the fault in a way a human could understand.
CommitFaultException(String msg, Object[] args)
Constructs the commit fault exception with a formatted message and arguments. The message should describe the reason for the fault in a way a human could understand.
