Class ConflictingVersionException

  • All Implemented Interfaces:
    Serializable

    public class ConflictingVersionException
    extends Exception
    Can be thrown during commitConfig to indicate that the transaction cannot be committed due to the fact that another transaction was committed after creating this transaction. Clients can create new transaction and merge the changes.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictingVersionException

        public ConflictingVersionException()
      • ConflictingVersionException

        public ConflictingVersionException​(String message,
                                           Throwable cause)
      • ConflictingVersionException

        public ConflictingVersionException​(String message)
      • ConflictingVersionException

        public ConflictingVersionException​(Throwable cause)