Class ConflictingVersionException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(forRemoval=true)
    public class ConflictingVersionException
    extends Exception
    Deprecated, for removal: This API element is subject to removal in a future version.
    No longer needed. Used in deprecated DocumentedException.
    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()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ConflictingVersionException

        public ConflictingVersionException​(String message,
                                           Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ConflictingVersionException

        public ConflictingVersionException​(String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ConflictingVersionException

        public ConflictingVersionException​(Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.